File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22 - php
33
44tools :
5- external_code_coverage : true
5+ external_code_coverage :
6+ timeout : 1800
67 php_code_sniffer :
78 config :
89 standard : PSR2
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ branches:
1414
1515matrix :
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
4040before_script :
4141 - sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
You can’t perform that action at this time.
0 commit comments