Skip to content

Commit 7b185ba

Browse files
committed
Remove Symfony 3.0 tests as this is no longer supported
1 parent 5d53206 commit 7b185ba

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.travis.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,19 @@ cache:
1414

1515
env:
1616
matrix:
17-
- SYMFONY_VERSION=3.1.*
17+
- SYMFONY_VERSION=3.2.*
1818
global:
1919
- SYMFONY_DEPRECATIONS_HELPER=231
20-
- SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
21-
- SYMFONY_PHPUNIT_DIR="./.phpunit"
22-
- SYMFONY_PHPUNIT_VERSION=5.7
20+
- SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_DIR="./.phpunit" SYMFONY_PHPUNIT_VERSION=5.7
2321

2422
matrix:
2523
include:
26-
- php: 7.0
24+
- php: 7.1
2725
env: DEPS=dev SYMFONY_VERSION=3.3.*
2826
- php: 5.6
2927
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
30-
- php: 7.0
31-
env: SYMFONY_VERSION=3.0.*
32-
- php: 7.0
33-
env: SYMFONY_VERSION=3.2.*
28+
- php: 7.1
29+
env: SYMFONY_VERSION=3.1.*
3430
fast_finish: true
3531

3632
before_install:
@@ -48,4 +44,3 @@ script: vendor/bin/simple-phpunit
4844

4945
notifications:
5046
irc: "irc.freenode.org#symfony-cmf"
51-

0 commit comments

Comments
 (0)