Merge pull request #246 from tractorcow/pulls/1.1/sudo-false

Set sudo:false to use new containerised structure
This commit is contained in:
Daniel Hensby 2016-05-16 10:07:25 +01:00
commit 50cc4f857a
1 changed files with 4 additions and 2 deletions

View File

@ -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"