Skip to content

Incorrect caching of current build #18

@tractorcow

Description

@tractorcow

With the below in .travis.yml the current build is cached internally, and force-pushes up to that branch will not result in those changes being detected by composer; Instead the cached archive is re-installed.

cache:
  directories:
    - $HOME/.composer/cache

We need to implement some kind of cache-buster when generating the archive and composer.json for each build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions