Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Enhancement: Cache dependencies installed with Composer between builds
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 20, 2015
1 parent 8517a19 commit ce575d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -10,8 +10,12 @@ php:

sudo: false

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

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
- travis_retry composer install --no-interaction --prefer-dist

script: make sniff test

0 comments on commit ce575d6

Please sign in to comment.