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

Commit ce575d6

Browse files
committedJul 20, 2015
Enhancement: Cache dependencies installed with Composer between builds
·
v1.9.2v1.6.0
1 parent 8517a19 commit ce575d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ php:
1010

1111
sudo: false
1212

13+
cache:
14+
directories:
15+
- $HOME/.composer/cache
16+
1317
before_script:
1418
- travis_retry composer self-update
15-
- travis_retry composer install --no-interaction --prefer-source
19+
- travis_retry composer install --no-interaction --prefer-dist
1620

1721
script: make sniff test

0 commit comments

Comments
 (0)
This repository has been archived.