Skip to content

Commit f0b7e32

Browse files
committed
Move code coverage build up
1 parent f4c62ac commit f0b7e32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ branches:
1414

1515
matrix:
1616
include:
17+
- php: 5.6
18+
env:
19+
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
20+
- COVERAGE=true
1721
- php: 5.5
1822
env: SYMFONY_VERSION='2.3.*'
1923
- php: 5.5
@@ -32,10 +36,6 @@ matrix:
3236
env:
3337
- SYMFONY_VERSION='2.7.*@dev'
3438
- FRAMEWORK_EXTRA_VERSION='~3.0'
35-
- php: 5.6
36-
env:
37-
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
38-
- COVERAGE=true
3939

4040
before_script:
4141
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'

0 commit comments

Comments
 (0)