silverstripe-blog/.travis.yml

21 lines
413 B
YAML
Raw Normal View History

2013-10-10 00:27:07 +02:00
language: php
2013-10-10 00:24:17 +02:00
2013-10-10 00:38:08 +02:00
php:
- 5.3
2013-10-10 00:24:17 +02:00
2013-10-10 00:38:08 +02:00
env:
- DB=MYSQL CORE_RELEASE=3.1
2013-10-10 00:24:17 +02:00
2013-10-10 00:38:08 +02:00
matrix:
include:
- php: 5.4
2013-10-10 00:51:16 +02:00
env: DB=MYSQL CORE_RELEASE=3.1
2013-10-10 00:24:17 +02:00
2013-10-10 00:38:08 +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
2013-10-10 01:22:12 +02:00
- cd ~/builds/ss
2013-10-10 00:38:08 +02:00
script:
- phpunit silverstripe-blog/tests/