Skip to content

Commit a5cc959

Browse files
committed
Added caching to TravisCI configuration
1 parent 091bd95 commit a5cc959

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ before_script:
1212
- composer install -n
1313

1414
script: phpunit --coverage-text --configuration phpunit.xml.dist
15+
16+
cache:
17+
directories:
18+
- tests/vendor
19+
- $HOME/.composer/cache

0 commit comments

Comments
 (0)