Skip to content

Commit 5add209

Browse files
committed
do not build with HHVM nightly anymore
see travis-ci/travis-ci#3788
1 parent 1fd8801 commit 5add209

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@ php:
1111
- 5.6
1212
- 7.0
1313
- hhvm
14-
- hhvm-nightly
1514

1615
matrix:
1716
fast_finish: true
1817
include:
1918
- php: 5.3
2019
env: deps="low"
21-
allow_failures:
22-
- php: hhvm-nightly
2320

2421
install:
2522
- if [ "$deps" = "low" ]; then composer update --prefer-lowest --prefer-stable; fi

0 commit comments

Comments
 (0)