Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit ef23760

Browse files
committed
added php 7.2 and nightly in travis
removed hhvm in travis
1 parent 4c4a3a9 commit ef23760

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.travis.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,31 @@ matrix:
5858
- php: 7.1
5959
env:
6060
- DEPS=latest
61-
- php: hhvm
61+
- php: 7.2
6262
env:
6363
- DEPS=lowest
64-
- php: hhvm
64+
- php: 7.2
6565
env:
6666
- DEPS=locked
67-
- php: hhvm
67+
- php: 7.2
68+
env:
69+
- DEPS=latest
70+
- php: nightly
71+
env:
72+
- DEPS=lowest
73+
- php: nightly
74+
env:
75+
- DEPS=locked
76+
- php: nightly
6877
env:
6978
- DEPS=latest
7079
allow_failures:
71-
- php: hhvm
80+
- php: 7.2
81+
- php: nightly
7282

7383
before_install:
7484
- travis_retry composer self-update
75-
- if [[ $TRAVIS_PHP_VERSION != "hhvm" && $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini ; fi
85+
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
7686

7787
install:
7888
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs

0 commit comments

Comments
 (0)