Skip to content

Commit

Permalink
Enhancement: Cache dependencies between builds
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and nikic committed Mar 26, 2019
1 parent e78f937 commit 59eff38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ matrix:
allow_failures:
- php: nightly

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

install:
- composer install --prefer-dist --ignore-platform-reqs

Expand Down

0 comments on commit 59eff38

Please sign in to comment.