Skip to content

Commit 6817473

Browse files
committed
updating travis config
1 parent 37a5392 commit 6817473

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ php:
99
env:
1010
global:
1111
- TEST_COMMAND="composer test"
12+
matrix:
1213
- SYMFONY_VERSION=3.0.*
1314
- SYMFONY_VERSION=2.8.*
1415
- SYMFONY_VERSION=2.7.*
@@ -40,3 +41,6 @@ after_success:
4041
- if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
4142
- if [[ "$COVERAGE" = true ]]; then php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml; fi
4243

44+
cache:
45+
directories:
46+
- $COMPOSER_CACHE_DIR

0 commit comments

Comments
 (0)