Skip to content

Commit

Permalink
Merge pull request #102 from localheinz/fix/cache
Browse files Browse the repository at this point in the history
Fix: Cache dependencies installed with Composer between builds
  • Loading branch information
vlucas committed Jul 10, 2015
2 parents 722e8a7 + 1677523 commit a701d05
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 @@ -3,6 +3,10 @@ language: php

sudo: false

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

# list any PHP version you want to test against
php:
- 5.4
Expand Down

0 comments on commit a701d05

Please sign in to comment.