mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Added travis support
This commit is contained in:
parent
863ead3255
commit
4ca243fc68
20
.travis.yml
Normal file
20
.travis.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
language: php
|
||||||
|
|
||||||
|
php:
|
||||||
|
- 5.3
|
||||||
|
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
- DB=POSTGRESQL CORE_RELEASE=3.0
|
||||||
|
- DB=POSTGRESQL CORE_RELEASE=3.1
|
||||||
|
- DB=POSTGRESQL CORE_RELEASE=master
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- composer self-update
|
||||||
|
- 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
|
||||||
|
|
||||||
|
script:
|
||||||
|
- phpunit framework/tests
|
@ -1,5 +1,7 @@
|
|||||||
# PostgreSQL Module Module
|
# PostgreSQL Module Module
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/silverstripe/silverstripe-postgresql.png?branch=master)](https://travis-ci.org/silverstripe/silverstripe-postgresql)
|
||||||
|
|
||||||
## Maintainer Contact
|
## Maintainer Contact
|
||||||
|
|
||||||
* Sam Minnee (Nickname: sminnee) <sam@silverstripe.com>
|
* Sam Minnee (Nickname: sminnee) <sam@silverstripe.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user