2013-03-29 10:25:47 +01:00
|
|
|
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
|
|
|
|
|
|
|
|
language: php
|
|
|
|
php:
|
2014-08-03 12:04:35 +02:00
|
|
|
- 5.4
|
2013-03-29 10:25:47 +01:00
|
|
|
|
|
|
|
env:
|
|
|
|
- DB=MYSQL CORE_RELEASE=3.1
|
2014-08-03 12:04:35 +02:00
|
|
|
- DB=MYSQL CORE_RELEASE=master
|
2014-02-17 04:42:47 +01:00
|
|
|
- DB=PGSQL CORE_RELEASE=3.1
|
2014-08-03 12:04:35 +02:00
|
|
|
- DB=PGSQL CORE_RELEASE=master
|
2013-03-29 10:25:47 +01:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
include:
|
2014-08-03 12:04:35 +02:00
|
|
|
- php: 5.3
|
2014-02-17 04:42:47 +01:00
|
|
|
env: DB=MYSQL CORE_RELEASE=3.1
|
2013-03-29 10:25:47 +01:00
|
|
|
|
|
|
|
before_script:
|
|
|
|
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
2014-02-14 00:11:41 +01:00
|
|
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss --require silverstripe/cms
|
2013-03-29 10:25:47 +01:00
|
|
|
- cd ~/builds/ss
|
|
|
|
|
|
|
|
script:
|
2014-02-17 04:42:47 +01:00
|
|
|
- phpunit staticpublisher/tests/
|