diff --git a/.travis.yml b/.travis.yml index 1e03dd4..706d3c9 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 sudo: false @@ -29,6 +31,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" diff --git a/composer.json b/composer.json index 09d67b8..9e8cd6b 100644 --- a/composer.json +++ b/composer.json @@ -16,5 +16,5 @@ }, "require-dev": { "phpunit/PHPUnit": "~3.7@stable" - } + } }