File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -180,14 +180,17 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
180
180
cache :
181
181
directories :
182
182
- $HOME/.composer/cache/files
183
+ - $HOME/symfony-bridge/.phpunit
184
+
183
185
env :
184
186
global :
185
187
- TEST_COMMAND="./vendor/bin/simple-phpunit"
188
+ - SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
186
189
187
190
matrix :
188
191
fast_finish : true
189
192
include :
190
- # Minimum supported PHP and Symfony version
193
+ # Minimum supported Symfony version
191
194
- php : 7.2
192
195
env : DEPENDENCIES="minimum" COVERAGE=true TEST_COMMAND="phpunit --coverage-text" SYMFONY_DEPRECATIONS_HELPER="weak"
193
196
@@ -196,7 +199,8 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
196
199
- php : 7.1
197
200
- php : 7.2
198
201
199
- # Test LTS versions
202
+ # Test LTS versions. This makes sure we do not use symfony packages with version greater
203
+ # than 2 or 3 respectively. Read more at https://github.com/symfony/lts
200
204
- php : 7.2
201
205
env : DEPENDENCIES="symfony/lts:^2"
202
206
- php : 7.2
@@ -222,6 +226,7 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
222
226
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
223
227
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
224
228
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
229
+ - vendor/bin/simple-phpunit install
225
230
226
231
script :
227
232
- composer validate --strict --no-check-lock
You can’t perform that action at this time.
0 commit comments