Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afc80f8

Browse files
Update travis.yml to support HHVM
Might as well test HHVM as well so that anyone on the bleeding edge can use this.
1 parent ef2648a commit afc80f8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ php:
66
- 5.3
77
- 5.4
88
- 5.5
9+
- hhvm
10+
11+
matrix:
12+
allow_failures:
13+
- php: hhvm
914

1015
before_script:
1116
- composer install

0 commit comments

Comments
 (0)