Skip to content

Commit f567b9c

Browse files
committed
Start officially supporting PHP 7
1 parent 83f92d1 commit f567b9c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,17 @@ env:
1919

2020
matrix:
2121
include:
22+
- php: 5.3
23+
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
2224
- php: 5.6
2325
env: SYMFONY_VERSION=2.3.* SYMFONY_DEPRECATIONS_HELPER=weak
2426
- php: 5.6
2527
env: SYMFONY_VERSION=2.8.*
2628
- php: 5.6
2729
env: SYMFONY_VERSION=3.0.*
28-
- php: 5.3
29-
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
3030
allow_failures:
31-
- php: 5.6
32-
env: SYMFONY_VERSION=2.8.*
33-
- php: 5.6
34-
env: SYMFONY_VERSION=3.0.*
35-
- php: 7.0
31+
- env: SYMFONY_VERSION=2.8.*
32+
- env: SYMFONY_VERSION=3.0.*
3633
fast_finish: true
3734

3835
before_install:

0 commit comments

Comments
 (0)