Skip to content

Commit 8a906da

Browse files
committed
Merge pull request #309 from toin0u/hotfix-hhvm
Use hhvm-nightly instead
2 parents 981ed21 + d48ddc4 commit 8a906da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7-
- hhvm
7+
- hhvm-nightly
88

99
matrix:
1010
allow_failures:
11-
- php: hhvm
11+
- php: hhvm-nightly
1212

1313
before_script:
1414
- composer self-update

0 commit comments

Comments
 (0)