Skip to content

Commit 20ffdcf

Browse files
committed
updating travis config
1 parent 71a27f0 commit 20ffdcf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ env:
1414
matrix:
1515
fast_finish: true
1616
allow_failures:
17-
- hhvm
18-
- php: 7.0
19-
env: SYMFONY_VERSION=3.0.*
17+
- php: hhvm
18+
- env: SYMFONY_VERSION=3.0.*
2019
include:
2120
- php: 5.5
2221
env:
2322
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2423
- COVERAGE=true
2524
- TEST_COMMAND="composer test-ci"
26-
- php: 5.6
27-
env: SYMFONY_VERSION=2.7.*
25+
- env: SYMFONY_VERSION=2.7.*
2826

2927
before_install:
3028
- travis_retry composer self-update

0 commit comments

Comments
 (0)