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

Commit 827c36e

Browse files
committed
Remove hhmv and add nightly to build matrix
1 parent 70612a6 commit 827c36e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,25 +69,25 @@ matrix:
6969
- php: 7.1
7070
env:
7171
- DEPS=latest
72-
- php: hhvm
72+
- php: nightly
7373
env:
7474
- DEPS=lowest
75-
- php: hhvm
75+
- php: nightly
7676
env:
7777
- DEPS=locked
78-
- php: hhvm
78+
- php: nightly
7979
env:
8080
- DEPS=locked
8181
- HELPER_DEPS="zendframework/zend-expressive-helpers:^2.2 zendframework/zend-expressive-router:^1.3.2"
82-
- php: hhvm
82+
- php: nightly
8383
env:
8484
- DEPS=locked
8585
- HELPER_DEPS="zendframework/zend-expressive-helpers:^3.0.1"
86-
- php: hhvm
86+
- php: nightly
8787
env:
8888
- DEPS=latest
8989
allow_failures:
90-
- php: hhvm
90+
- php: nightly
9191

9292
before_install:
9393
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

0 commit comments

Comments
 (0)