File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -191,12 +191,13 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
191191 fast_finish : true
192192 include :
193193 # Minimum supported Symfony version with the latest PHP version
194- - env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="./vendor/bin/simple-phpunit --coverage-text" SYMFONY_DEPRECATIONS_HELPER="weak"
194+ - env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
195195
196196 # Test the latest stable release
197197 - php : 7.0
198198 - php : 7.1
199199 - php : 7.2
200+ env : COVERAGE=true TEST_COMMAND="./vendor/bin/simple-phpunit --coverage-text"
200201
201202 # Test LTS versions. This makes sure we do not use Symfony packages with version greater
202203 # than 2 or 3 respectively. Read more at https://github.com/symfony/lts
You can’t perform that action at this time.
0 commit comments