Travis support

This commit is contained in:
Ingo Schommer 2013-03-29 10:00:57 +01:00
parent 6613739d92
commit b24ebe2e66
2 changed files with 19 additions and 0 deletions

17
.travis.yml Normal file
View File

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

View File

@ -1,5 +1,7 @@
# Blog Module
[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-blog.png?branch=0.5)](http://travis-ci.org/silverstripe/silverstripe-blog)
## Introduction
The blog module allows you to post blogs on your SilverStripe. It includes the ability to post blogs using a site front-end form. Blogs are summarised on the blog holder page type, with more detail viewable when a specific blog is clicked.