Skip to content

Commit b69352c

Browse files
committed
Update .travis.yml
1 parent c550c13 commit b69352c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ cache:
99
matrix:
1010
include:
1111
- php: 5.6
12+
- php: 7.0
13+
- php: 7.1
1214
- php: hhvm
1315
- php: nightly
14-
- php: 7.1
15-
- php: 7.0
16-
env: COVERAGE=yes
1716
allow_failures:
1817
- php: nightly
1918
- php: hhvm
2019
fast_finish: true
2120
before_install:
22-
- if [[ $TRAVIS_PHP_VERSION != hhvm && $TRAVIS_PHP_VERSION != nightly && $COVERAGE != yes ]]; then phpenv config-rm xdebug.ini; fi;
2321
- composer selfupdate
2422
install:
2523
- composer update --no-interaction

0 commit comments

Comments
 (0)