Skip to content

Commit

Permalink
Fix: Cache dependencies installed with Composer between builds
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 9, 2015
1 parent 31a600b commit 1677523
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 1677523

Please sign in to comment.