Skip to content

Commit 649b8b3

Browse files
committed
Don't test against nightly builds of HHVM
1 parent e9c2ed0 commit 649b8b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ language: php
22
php:
33
- hhvm
44
- hhvm-nightly
5+
matrix:
6+
allow_failures:
7+
- php: hhvm-nightly
58
script:
69
- ./.travis.sh

0 commit comments

Comments
 (0)