Setup travis support

This commit is contained in:
UndefinedOffset 2013-04-09 12:09:06 -03:00
parent ffc6b9284c
commit efdaed9899
2 changed files with 21 additions and 0 deletions

20
.travis.yml Normal file
View File

@ -0,0 +1,20 @@
language: php
php:
- 5.3
env:
- DB=MYSQL CORE_RELEASE=3.0
- DB=MYSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=3.0
- DB=PGSQL CORE_RELEASE=3.1
- DB=SQLITE3 CORE_RELEASE=3.0
- DB=SQLITE3 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/

View File

@ -1,5 +1,6 @@
SortableGridField
=================
[![Build Status](https://travis-ci.org/UndefinedOffset/SortableGridField.png)](https://travis-ci.org/UndefinedOffset/SortableGridField)
Adds drag and drop functionality to SilverStripe 3's GridField