silverstripe-dms/.travis.yml

25 lines
503 B
YAML
Raw Normal View History

# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
2013-03-11 01:44:38 +01:00
language: php
php:
- 5.3
sudo: false
2013-03-11 01:44:38 +01:00
env:
- DB=MYSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=3
2013-03-11 01:44:38 +01:00
matrix:
include:
2013-03-11 01:44:38 +01:00
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3
2013-03-11 01:44:38 +01:00
before_script:
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
2013-03-11 01:44:38 +01:00
- cd ~/builds/ss
script:
- phpunit dms/tests/