mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
1925d5151e
This reverts commit 08a0781d56
.
22 lines
413 B
YAML
22 lines
413 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
|
|
|
|
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
|
|
- cd ~/builds/ss
|
|
|
|
script:
|
|
- vendor/bin/phpunit sortablegridfield/tests |