2016-02-06 22:14:21 +01:00
|
|
|
language: php
|
2013-04-09 17:09:06 +02:00
|
|
|
|
2017-05-27 06:45:28 +02:00
|
|
|
php:
|
|
|
|
- 5.6
|
|
|
|
- 7.0
|
|
|
|
- 7.1
|
|
|
|
|
|
|
|
env:
|
2017-07-04 15:34:17 +02:00
|
|
|
- DB=MYSQL CORE_RELEASE=4.0
|
2015-07-20 17:20:07 +02:00
|
|
|
|
2016-05-17 02:22:10 +02:00
|
|
|
matrix:
|
|
|
|
include:
|
2017-05-27 06:45:28 +02:00
|
|
|
- php: 7.1
|
2017-07-04 15:34:17 +02:00
|
|
|
env: DB=PGSQL CORE_RELEASE=4.0
|
2017-10-27 21:23:06 +02:00
|
|
|
- php: 7.1
|
|
|
|
env: DB=SQLITE3 CORE_RELEASE=4.0
|
2016-02-06 22:14:21 +01:00
|
|
|
|
2013-04-09 17:09:06 +02:00
|
|
|
before_script:
|
2017-05-27 06:45:28 +02:00
|
|
|
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
|
2017-10-31 13:51:22 +01:00
|
|
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss --require phpunit/php-file-iterator:1.3.4
|
2017-05-27 06:45:28 +02:00
|
|
|
- cd ~/builds/ss
|
2013-04-09 17:09:06 +02:00
|
|
|
|
2016-02-06 22:14:21 +01:00
|
|
|
script:
|
2017-10-27 21:09:42 +02:00
|
|
|
- vendor/bin/phpunit sortablegridfield/tests
|