Skip to content

Commit

Permalink
Cache composer dependencies to speed up travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
acoulton committed Nov 25, 2015
1 parent dae09b5 commit b249cfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ branches:
only:
- /^[0-9\.]+\/(develop|master)$/

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

php:
- 5.3
- 5.4
Expand Down

0 comments on commit b249cfe

Please sign in to comment.