Try the new container based travis

This commit is contained in:
Sébastien Lucas 2016-01-11 21:59:33 +01:00
parent 3920c74372
commit 21a93cd75b
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ php:
- 5.3
- hhvm
before_script:
- npm install jshint -g
- npm install jshint
- jshint --version
script:
- phpunit
@ -22,6 +22,7 @@ env:
addons:
hosts:
- cops-travis
sudo: false
matrix:
allow_failures:
- php: hhvm