From 21a93cd75b32b4d60b69d7ef658f0be05821b0e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 11 Jan 2016 21:59:33 +0100 Subject: [PATCH] Try the new container based travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1df23f1..eb6c28e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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