Travis support

This commit is contained in:
Ingo Schommer 2014-02-18 17:59:32 +13:00
parent 0a00f5ca9c
commit 0bd9ef2904
2 changed files with 22 additions and 0 deletions

20
.travis.yml Normal file
View 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

View File

@ -1,6 +1,8 @@
SQLite3 Module
==============
[![Build Status](https://travis-ci.org/silverstripe-labs/silverstripe-sqlite3.png?branch=master)](https://travis-ci.org/silverstripe-labs/silverstripe-sqlite3)
Maintainer Contact
------------------
Andreas Piening (Nickname: apiening)