2016-02-06 22:14:21 +01:00
|
|
|
language: php
|
|
|
|
php:
|
2013-04-09 17:09:06 +02:00
|
|
|
- 5.3
|
|
|
|
|
2015-07-20 17:20:07 +02:00
|
|
|
sudo: false
|
|
|
|
|
2013-04-09 17:09:06 +02:00
|
|
|
env:
|
|
|
|
- DB=MYSQL CORE_RELEASE=3.0
|
|
|
|
- DB=MYSQL CORE_RELEASE=3.1
|
2015-07-23 00:49:05 +02:00
|
|
|
- DB=MYSQL CORE_RELEASE=3.2
|
2013-04-09 17:09:06 +02:00
|
|
|
- DB=PGSQL CORE_RELEASE=3.0
|
|
|
|
- DB=PGSQL CORE_RELEASE=3.1
|
2015-07-23 00:49:05 +02:00
|
|
|
- DB=PGSQL CORE_RELEASE=3.2
|
2013-04-09 17:09:06 +02:00
|
|
|
- DB=SQLITE3 CORE_RELEASE=3.0
|
|
|
|
- DB=SQLITE3 CORE_RELEASE=3.1
|
2015-07-23 00:49:05 +02:00
|
|
|
- DB=SQLITE3 CORE_RELEASE=3.2
|
2016-02-06 22:14:21 +01:00
|
|
|
|
2013-04-09 17:09:06 +02:00
|
|
|
before_script:
|
|
|
|
- phpenv rehash
|
|
|
|
- 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
|
|
|
|
|
2016-02-06 22:14:21 +01:00
|
|
|
script:
|
2015-07-20 17:20:07 +02:00
|
|
|
- phpunit sortablegridfield/tests/
|