2013-03-29 10:07:05 +01:00
|
|
|
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
|
|
|
|
|
2016-03-18 12:51:28 +01:00
|
|
|
language: php
|
|
|
|
php:
|
2013-03-11 01:44:38 +01:00
|
|
|
- 5.3
|
|
|
|
|
2015-07-20 17:08:28 +02:00
|
|
|
sudo: false
|
|
|
|
|
2013-03-11 01:44:38 +01:00
|
|
|
env:
|
2013-03-29 10:07:05 +01:00
|
|
|
- DB=MYSQL CORE_RELEASE=3.1
|
2015-07-20 17:08:28 +02:00
|
|
|
- DB=PGSQL CORE_RELEASE=3
|
2013-03-11 01:44:38 +01:00
|
|
|
|
|
|
|
matrix:
|
2013-03-29 10:07:05 +01:00
|
|
|
include:
|
2013-03-11 01:44:38 +01:00
|
|
|
- php: 5.4
|
2015-07-20 17:08:28 +02:00
|
|
|
env: DB=MYSQL CORE_RELEASE=3
|
2013-03-11 01:44:38 +01:00
|
|
|
|
|
|
|
before_script:
|
2013-03-29 10:07:05 +01:00
|
|
|
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
|
|
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
2013-03-11 01:44:38 +01:00
|
|
|
- cd ~/builds/ss
|
|
|
|
|
2016-03-18 12:51:28 +01:00
|
|
|
script:
|
|
|
|
- vendor/bin/phpunit dms/tests/
|