Skip to content

Commit 3b666cd

Browse files
committed
Drop bad testing method on old Symfony frameworks
This is actually obsolete since Symfony Flex, as you can now run Symfony 4.1 with more recent components.
1 parent 19d8fd7 commit 3b666cd

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,24 @@ services:
1717
matrix:
1818
fast_finish: true
1919
include:
20-
- php: 7.2
21-
env:
22-
- SYMFONY_VERSION=4.1.13
23-
- SYMFONY_DEPRECATIONS_HELPER=weak
2420
- php: 7.2
2521
env:
2622
- COMPOSER_FLAGS="--prefer-lowest"
27-
- SYMFONY_DEPRECATIONS_HELPER=weak
23+
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
2824
- php: 7.3
2925
env:
3026
- SYMFONY_VERSION=^4.4
31-
- SYMFONY_DEPRECATIONS_HELPER=weak
27+
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
3228
- php: 7.4
3329
env:
3430
- SYMFONY_VERSION=^4.4
35-
- SYMFONY_DEPRECATIONS_HELPER=weak
31+
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
3632
- php: 7.4
37-
env: DEPENDENCIES=dev
33+
env:
34+
- DEPENDENCIES=dev
3835
- php: nightly
39-
env: COMPOSER_FLAGS="--ignore-platform-reqs"
36+
env:
37+
- COMPOSER_FLAGS="--ignore-platform-reqs"
4038
allow_failures:
4139
- php: nightly
4240
- env: DEPENDENCIES=dev

0 commit comments

Comments
 (0)