silverstripe-blog/.travis.yml

28 lines
582 B
YAML
Raw Normal View History

2013-03-29 10:02:11 +01:00
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
2018-02-20 14:38:31 +01:00
language: php
2018-02-20 14:45:44 +01:00
php:
2013-03-29 10:02:11 +01:00
- 5.3
env:
global:
- DB=MYSQL CORE_RELEASE=3.1
# The path of the module when installed by composer
- MODULE_PATH=blog
2013-03-29 10:02:11 +01:00
matrix:
include:
- php: 5.4
env: DB=MYSQL
- php: 5.4
env: DB=PGSQL
2013-03-29 10:02:11 +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
- cd ~/builds/ss
2018-02-20 14:45:44 +01:00
script:
- phpunit $MODULE_PATH/tests/