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 37a5392 commit 6817473Copy full SHA for 6817473
.travis.yml
@@ -9,6 +9,7 @@ php:
9
env:
10
global:
11
- TEST_COMMAND="composer test"
12
+ matrix:
13
- SYMFONY_VERSION=3.0.*
14
- SYMFONY_VERSION=2.8.*
15
- SYMFONY_VERSION=2.7.*
@@ -40,3 +41,6 @@ after_success:
40
41
- if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
42
- if [[ "$COVERAGE" = true ]]; then php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml; fi
43
44
+cache:
45
+ directories:
46
+ - $COMPOSER_CACHE_DIR
0 commit comments