Skip to content

Commit 7518482

Browse files
committed
Add hhvm.
Signed-off-by: crynobone <[email protected]>
1 parent e1f32a9 commit 7518482

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- hhvm
78

89
before_script:
910
- composer self-update
@@ -13,3 +14,7 @@ script: phpunit -c phpunit.xml --coverage-text
1314

1415
after_script:
1516
- php vendor/bin/coveralls -v
17+
18+
matrix:
19+
allow_failures:
20+
- php: hhvm

0 commit comments

Comments
 (0)