Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit e00081d

Browse files
committed
test
1 parent 09c6430 commit e00081d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ env:
3737
matrix:
3838
include:
3939
- php: 7.1
40-
env: STABILITY=dev SYMFONY_VERSION=4.0.*
40+
env: STABILITY=dev SYMFONY_VERSION=4.0.* SYMFONY_DEPRECATIONS_HELPER=weak
4141
- php: 7.1
4242
env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
4343
- php: 7.1
44-
env: STABILITY=dev SYMFONY_VERSION=3.3.*
44+
env: STABILITY=dev SYMFONY_VERSION=3.3.* SYMFONY_DEPRECATIONS_HELPER=weak
4545
- php: 7.1
46-
env: STABILITY=dev SYMFONY_VERSION=3.4.*
46+
env: STABILITY=dev SYMFONY_VERSION=3.4.* SYMFONY_DEPRECATIONS_HELPER=weak
4747
- env: TEST_INSTALLATION=true
4848
fast_finish: true
4949
allow_failures:

0 commit comments

Comments
 (0)