Skip to content

Commit ded9365

Browse files
committed
remove hhvm-nightly, do not allow failures
1 parent d194a54 commit ded9365

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@ php:
66
- 5.6
77
- 7.0
88
- hhvm
9-
- hhvm-nightly
109

11-
matrix:
12-
allow_failures:
13-
- php: 7.0
14-
- php: hhvm-nightly
15-
16-
install: composer install --dev --prefer-dist
10+
install: composer install --prefer-dist
1711

1812
script: phpunit
1913

0 commit comments

Comments
 (0)