mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Travis support
This commit is contained in:
parent
58cc9ab732
commit
b1e11ce64e
22
.travis.yml
Normal file
22
.travis.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
|
||||||
|
|
||||||
|
language: php
|
||||||
|
php:
|
||||||
|
- 5.3
|
||||||
|
|
||||||
|
env:
|
||||||
|
- DB=MYSQL CORE_RELEASE=3.1
|
||||||
|
- DB=PGSQL CORE_RELEASE=3.1
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- php: 5.4
|
||||||
|
env: DB=MYSQL CORE_RELEASE=3.1
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
script:
|
||||||
|
- phpunit comments/tests/
|
@ -1,5 +1,7 @@
|
|||||||
# Comments
|
# Comments
|
||||||
|
|
||||||
|
[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-comments.png?branch=1.1)](http://travis-ci.org/silverstripe/silverstripe-comments)
|
||||||
|
|
||||||
## Maintainers
|
## Maintainers
|
||||||
|
|
||||||
* Will Rossiter (Nickname: willr, wrossiter)
|
* Will Rossiter (Nickname: willr, wrossiter)
|
||||||
|
Loading…
Reference in New Issue
Block a user