Merge remote-tracking branch 'origin/1.2' into 1.3

This commit is contained in:
Robbie Averill 2017-08-02 14:48:26 +12:00
commit 43d128d520
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# See https://github.com/silverstripe/silverstripe-travis-support for setup details
language: php
language: php
sudo: false
sudo: false
@ -31,6 +33,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"

View File

@ -17,5 +17,5 @@
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
}
}
}