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.5
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.3
|
- 5.3
|
||||||
|
- hhvm
|
||||||
before_script:
|
before_script:
|
||||||
- npm install jshint -g
|
- npm install jshint -g
|
||||||
- jshint --version
|
- jshint --version
|
||||||
|
@ -20,3 +21,6 @@ env:
|
||||||
addons:
|
addons:
|
||||||
hosts:
|
hosts:
|
||||||
- cops-travis
|
- cops-travis
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
||||||
|
|
Loading…
Reference in a new issue