Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 6a3249d

Browse files
committed
Officially support PHP 7
1 parent 4115f43 commit 6a3249d

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.* 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: 7.0
3231
- env: SYMFONY_VERSION=2.8.*
3332
- env: SYMFONY_VERSION=3.0.*
3433
fast_finish: true

0 commit comments

Comments
 (0)