Skip to content

Commit 42fdf2b

Browse files
committed
updates travis build matrix
1 parent 337df7f commit 42fdf2b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@ env:
1919

2020
matrix:
2121
include:
22-
- php: 5.6
22+
- php: 7.0
2323
env: SYMFONY_VERSION=2.3.*
24-
- php: 5.6
24+
- php: 7.0
2525
env: SYMFONY_VERSION=2.8.*
26-
- php: 5.6
26+
- php: 7.0
2727
env: SYMFONY_VERSION=3.0.*
2828
- php: 5.3
2929
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
30-
allow_failures:
31-
- php: 7.0
32-
- env: SYMFONY_VERSION=2.8.*
33-
- env: SYMFONY_VERSION=3.0.*
3430
fast_finish: true
3531

3632
before_install:

0 commit comments

Comments
 (0)