Skip to content

Commit 63abe34

Browse files
Travis improvements
1 parent 618f763 commit 63abe34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8-
- hhvm
8+
- hhvm-nightly
99

1010
before_script:
1111
- cp tests/acceptance.conf.php.default tests/acceptance.conf.php
@@ -20,5 +20,6 @@ script:
2020

2121
matrix:
2222
allow_failures:
23-
- php: hhvm
23+
- php: 5.6
24+
- php: hhvm-nightly
2425
fast_finish: true

0 commit comments

Comments
 (0)