2013-03-29 09:44:24 +01:00
|
|
|
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
|
|
|
|
|
|
|
|
language: php
|
|
|
|
php:
|
|
|
|
- 5.3
|
|
|
|
|
|
|
|
env:
|
|
|
|
- DB=MYSQL CORE_RELEASE=3.1
|
2013-05-25 09:34:47 +02:00
|
|
|
- DB=PGSQL CORE_RELEASE=3.1
|
|
|
|
- DB=MYSQL CORE_RELEASE=master
|
|
|
|
- DB=PGSQL CORE_RELEASE=master
|
2013-03-29 09:44:24 +01:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- php: 5.4
|
2014-08-13 00:13:57 +02:00
|
|
|
env: DB=MYSQL CORE_RELEASE=master
|
2013-03-29 09:44:24 +01:00
|
|
|
|
|
|
|
before_script:
|
|
|
|
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
|
|
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
|
|
|
- cd ~/builds/ss
|
|
|
|
|
|
|
|
script:
|
2014-08-12 06:50:53 +02:00
|
|
|
- phpunit multiform/tests/
|