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 f4c62ac commit f0b7e32Copy full SHA for f0b7e32
.travis.yml
@@ -14,6 +14,10 @@ branches:
14
15
matrix:
16
include:
17
+ - php: 5.6
18
+ env:
19
+ - PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
20
+ - COVERAGE=true
21
- php: 5.5
22
env: SYMFONY_VERSION='2.3.*'
23
@@ -32,10 +36,6 @@ matrix:
32
36
env:
33
37
- SYMFONY_VERSION='2.7.*@dev'
34
38
- FRAMEWORK_EXTRA_VERSION='~3.0'
35
- - php: 5.6
- env:
- - PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
- - COVERAGE=true
39
40
before_script:
41
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
0 commit comments