Try the new container based travis
This commit is contained in:
parent
3920c74372
commit
21a93cd75b
|
@ -6,7 +6,7 @@ php:
|
||||||
- 5.3
|
- 5.3
|
||||||
- hhvm
|
- hhvm
|
||||||
before_script:
|
before_script:
|
||||||
- npm install jshint -g
|
- npm install jshint
|
||||||
- jshint --version
|
- jshint --version
|
||||||
script:
|
script:
|
||||||
- phpunit
|
- phpunit
|
||||||
|
@ -22,6 +22,7 @@ env:
|
||||||
addons:
|
addons:
|
||||||
hosts:
|
hosts:
|
||||||
- cops-travis
|
- cops-travis
|
||||||
|
sudo: false
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
Loading…
Reference in a new issue