silverstripe-userforms/.travis.yml

27 lines
540 B
YAML
Raw Normal View History

2013-03-29 09:54:12 +01:00
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
2015-07-24 04:37:48 +02:00
language: php
sudo: false
2013-03-29 09:54:12 +01:00
php:
2015-07-13 05:36:20 +02:00
- 5.4
2013-03-29 09:54:12 +01:00
env:
2015-04-30 09:43:17 +02:00
- DB=MYSQL CORE_RELEASE=3
2015-07-13 05:36:20 +02:00
- DB=MYSQL CORE_RELEASE=3.1
2013-03-29 09:54:12 +01:00
- DB=PGSQL CORE_RELEASE=3.1
matrix:
include:
2015-07-13 05:36:20 +02:00
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3.1
2013-03-29 09:54:12 +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-29 09:54:12 +01:00
- cd ~/builds/ss
script:
- phpunit userforms/tests/