mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
Travis support
This commit is contained in:
parent
0a00f5ca9c
commit
0bd9ef2904
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,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)
|
||||
|
Loading…
Reference in New Issue
Block a user