silverstripe-staticpublisher/.travis.yml

27 lines
600 B
YAML
Raw Normal View History

2013-03-29 10:25:47 +01:00
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
language: php
php:
2014-08-03 12:04:35 +02:00
- 5.4
2013-03-29 10:25:47 +01:00
sudo: false
2013-03-29 10:25:47 +01:00
env:
- DB=MYSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=3
- DB=PGSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=3
2013-03-29 10:25:47 +01:00
matrix:
include:
2014-08-03 12:04:35 +02:00
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3.1
2013-03-29 10:25:47 +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 --require silverstripe/cms
2013-03-29 10:25:47 +01:00
- cd ~/builds/ss
script:
- phpunit staticpublisher/tests/