Skip to content

Commit

Permalink
Merge pull request #101 from jakzal/composer-cache
Browse files Browse the repository at this point in the history
Configure the cache for composer on Travis
  • Loading branch information
jakzal authored May 22, 2019
2 parents 20b178d + 1a8a798 commit c670c14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ matrix:
- php: 7.3
env: deps=low UPDATE_TOOLS=true
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_install:
- echo -e "machine github.com\n login $GH_TOKEN" >> ~/.netrc
- phpenv config-rm xdebug.ini || echo "XDebug is not enabled"
Expand Down

0 comments on commit c670c14

Please sign in to comment.