Skip to content

Commit e30518e

Browse files
committed
Remove tests for Symfony 3.0
Symfony 3.0 is no longer maintained and no longer compatible with twig 2 or 1.27+. There is no easy way to keep testing against it. This only has effect on the tests, the bundle itself still supports Symfony 3.0 (if it's installed with the correct Twig version, but that's a bug of Symfony 3.0 and not of this bundle).
1 parent 261f143 commit e30518e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ matrix:
2525
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
2626
- php: 7.1
2727
env: DEPS=dev SYMFONY_VERSION=3.3.*
28-
- php: 7.1
29-
env: SYMFONY_VERSION=3.0.*
3028
- php: 7.1
3129
env: SYMFONY_VERSION=3.1.*
3230
fast_finish: true

0 commit comments

Comments
 (0)