From 66c8bc39c7482a64acedcaa857c9d28542fa81f0 Mon Sep 17 00:00:00 2001 From: woutersioen Date: Wed, 2 Mar 2016 14:49:22 +0100 Subject: [PATCH] Run travis on the container based infrastructure. This should be a lot faster. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b5a6905..606344d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,5 @@ before_script: after_success: - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]] && [[ "$TRAVIS_PHP_VERSION" != "7" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]] && [[ "$TRAVIS_PHP_VERSION" != "7" ]]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi + +sudo: false