Skip to content

Commit f198f49

Browse files
committed
Merge pull request #54 from localheinz/feature/speed
Enhancement: Cache dependencies as installed with Composer between builds
2 parents 21335dc + b7d5fe5 commit f198f49

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
language: php
22

3+
sudo: false
4+
35
php:
46
- 5.3.3
57
- 5.3
68
- 5.4
79
- 5.5
810

11+
cache:
12+
directories:
13+
- $HOME/.composer/cache
14+
915
before_script:
10-
- composer install --prefer-source
16+
- composer install --prefer-dist
1117

1218
script: phpunit --coverage-text --verbose

0 commit comments

Comments
 (0)