We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091bd95 commit a5cc959Copy full SHA for a5cc959
.travis.yml
@@ -12,3 +12,8 @@ before_script:
12
- composer install -n
13
14
script: phpunit --coverage-text --configuration phpunit.xml.dist
15
+
16
+cache:
17
+ directories:
18
+ - tests/vendor
19
+ - $HOME/.composer/cache
0 commit comments