mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
24 lines
527 B
YAML
24 lines
527 B
YAML
language: php
|
|
|
|
sudo: false
|
|
|
|
matrix:
|
|
include:
|
|
- php: 5.6
|
|
env: DB=PGSQL CORE_RELEASE=3.5
|
|
- php: 5.6
|
|
env: DB=SQLITE3 CORE_RELEASE=3.5
|
|
- php: 5.6
|
|
env: DB=MYSQL CORE_RELEASE=3.5
|
|
- php: 5.3
|
|
env: DB=MYSQL CORE_RELEASE=3.1
|
|
|
|
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
|
|
|
|
script:
|
|
- phpunit sortablegridfield/tests/
|