Travis support

This commit is contained in:
Ingo Schommer 2013-05-07 21:48:01 +02:00
parent 24a055a741
commit 49316d99ff
2 changed files with 20 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
language: php
php:
- 5.3
env:
- DB=MYSQL CORE_RELEASE=3.0
- DB=MYSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=master
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 textextraction/tests/

View File

@ -1,5 +1,7 @@
# Text Extraction Module
[![Build Status](https://secure.travis-ci.org/silverstripe-labs/silverstripe-textextraction.png)](http://travis-ci.org/silverstripe-labs/silverstripe-textextraction)
## Overview
Provides an extraction API for file content, which can hook into different extractor