Merge branch '3.6' into 3

This commit is contained in:
Daniel Hensby 2017-06-27 13:17:31 +01:00
commit 76b59e7464
No known key found for this signature in database
GPG Key ID: E38EC566FE29EB66
1 changed files with 6 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false sudo: false
@ -8,27 +8,24 @@ php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6
- 7.0
env: env:
- DB=MYSQL CORE_RELEASE=3.3 - DB=MYSQL CORE_RELEASE=3.5
matrix: matrix:
include: include:
- php: 5.6 - php: 5.6
env: DB=PGSQL CORE_RELEASE=3 env: DB=PGSQL CORE_RELEASE=3
- php: 5.6 - php: 5.6
env: DB=PGSQL CORE_RELEASE=3.2 env: DB=PGSQL CORE_RELEASE=3.4
allow_failures: - php: 7.1
- php: 7.0 env: DB=MYSQL CORE_RELEASE=3.6
before_script: before_script:
- composer self-update || true - composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss - cd ~/builds/ss
- composer install
script: script:
- vendor/bin/phpunit reports/tests - vendor/bin/phpunit reports/tests