mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
b38d7f6f04
This reverts commit 1925d5151e
.
24 lines
532 B
YAML
24 lines
532 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
|
|
env:
|
|
- DB=MYSQL CORE_RELEASE=4.0
|
|
|
|
matrix:
|
|
include:
|
|
- php: 7.1
|
|
env: DB=PGSQL CORE_RELEASE=4.0
|
|
- php: 7.1
|
|
env: DB=SQLITE3 CORE_RELEASE=4.0
|
|
|
|
before_script:
|
|
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
|
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss --require phpunit/php-file-iterator:1.3.4
|
|
- cd ~/builds/ss
|
|
|
|
script:
|
|
- vendor/bin/phpunit vendor/undefinedoffset/sortablegridfield/tests |