mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
8e56ed3e5a
Rename relations which are now physical methods in 3.2
26 lines
482 B
YAML
26 lines
482 B
YAML
language: php
|
|
|
|
sudo: false
|
|
|
|
php:
|
|
- 5.3
|
|
|
|
env:
|
|
- DB=MYSQL CORE_RELEASE=3.1
|
|
|
|
matrix:
|
|
include:
|
|
- php: 5.5
|
|
env: DB=MYSQL CORE_RELEASE=3
|
|
- php: 5.6
|
|
env: DB=MYSQL CORE_RELEASE=3.2
|
|
|
|
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 gridfieldextensions/tests
|