Try to add hhvm just as a test.
This commit is contained in:
parent
15c3ae9947
commit
363ed0c0a5
|
@ -3,6 +3,7 @@ php:
|
|||
- 5.5
|
||||
- 5.4
|
||||
- 5.3
|
||||
- hhvm
|
||||
before_script:
|
||||
- npm install jshint -g
|
||||
- jshint --version
|
||||
|
@ -20,3 +21,6 @@ env:
|
|||
addons:
|
||||
hosts:
|
||||
- cops-travis
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
|
|
Loading…
Reference in a new issue