Skip to content

Commit

Permalink
minor #300 cache the Composer cache directory on Travis (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

cache the Composer cache directory on Travis

Commits
-------

13d8591 cache the Composer cache directory on Travis
  • Loading branch information
javiereguiluz committed May 14, 2015
2 parents 8deefda + 13d8591 commit a583cdf
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 @@ -2,6 +2,10 @@ language: php

sudo: false

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

env:
global:
- deps="no"
Expand Down

0 comments on commit a583cdf

Please sign in to comment.