Skip to content

Commit 5abdf54

Browse files
committed
travis: added HHVM nightly
1 parent 7f6fdee commit 5abdf54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 5.5
66
- 5.6
77
- hhvm
8+
- hhvm-nightly
89

910
env:
1011
- PHP_BIN=php
@@ -13,11 +14,15 @@ env:
1314
matrix:
1415
allow_failures:
1516
- php: hhvm
17+
- php: hhvm-nightly
1618

1719
exclude:
1820
- php: hhvm
1921
env: PHP_BIN=php-cgi
2022

23+
- php: hhvm-nightly
24+
env: PHP_BIN=php-cgi
25+
2126
script:
2227
- vendor/bin/tester -p $PHP_BIN tests -s
2328
- php code-checker/src/code-checker.php

0 commit comments

Comments
 (0)