Adding more travis tests

This commit is contained in:
Daniel Hensby 2016-07-15 16:05:34 +01:00
parent da642ddaf3
commit f16612d0ca
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -1,21 +1,27 @@
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php language: php
php: php:
- 5.3 - 5.3
- 5.4
- 5.5
- 5.6
env: env:
- DB=MYSQL CORE_RELEASE=3.0 - DB=MYSQL CORE_RELEASE=3.0
matrix: matrix:
include: fast_finish: true
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.0
before_script: before_script:
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - composer self-update || true
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- cd ~/builds/ss - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- composer install
script: script:
- phpunit dms/tests/ - vendor/bin/phpunit dms/tests