Skip to content

Commit db8ea21

Browse files
committed
Start officially supporting PHP 7
1 parent 0774d91 commit db8ea21

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ 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.*
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: 7.0
3231
- env: SYMFONY_VERSION=2.8.*
3332
- env: SYMFONY_VERSION=3.0.*
3433
finish_fast: true

0 commit comments

Comments
 (0)