sortablegridfield/.travis.yml

26 lines
586 B
YAML
Raw Normal View History

2013-04-09 17:09:06 +02:00
language: php
php:
- 5.3
sudo: false
2013-04-09 17:09:06 +02:00
env:
- DB=MYSQL CORE_RELEASE=3.0
- DB=MYSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=3.2
2013-04-09 17:09:06 +02:00
- DB=PGSQL CORE_RELEASE=3.0
- DB=PGSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=3.2
2013-04-09 17:09:06 +02:00
- DB=SQLITE3 CORE_RELEASE=3.0
- DB=SQLITE3 CORE_RELEASE=3.1
- DB=SQLITE3 CORE_RELEASE=3.2
2013-04-09 17:09:06 +02:00
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/