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
191
191
fast_finish : true
192
192
include :
193
193
# 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"
195
195
196
196
# Test the latest stable release
197
197
- php : 7.0
198
198
- php : 7.1
199
199
- php : 7.2
200
+ env : COVERAGE=true TEST_COMMAND="./vendor/bin/simple-phpunit --coverage-text"
200
201
201
202
# Test LTS versions. This makes sure we do not use Symfony packages with version greater
202
203
# 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