From 6e91600507f80f06a3f22e9f098d8f70ed036e32 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 16 May 2016 17:18:22 +1200 Subject: [PATCH] Set sudo:false to use new containerised structure --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92baae9..e942e35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details -language: php +language: php + +sudo: false php: - 5.4 @@ -27,6 +29,6 @@ before_script: - php ~/travis-support/travis_setup_selenium.php --if-env BEHAT_TEST - php ~/travis-support/travis_setup_php54_webserver.php --if-env BEHAT_TEST -script: +script: - "if [ \"$BEHAT_TEST\" = \"\" ]; then vendor/bin/phpunit subsites/tests; fi" - "if [ \"$BEHAT_TEST\" = \"1\" ]; then vendor/bin/behat @subsites; fi"