silverstripe-blog/.travis.yml

22 lines
490 B
YAML
Raw Normal View History

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