Update the Travis build versions to 3.1.

This commit is contained in:
ajshort 2013-02-27 20:36:18 +11:00
parent 39789529d7
commit 9920e5bc45
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ matrix:
before_script:
- pear install pear/PHP_CodeSniffer
- phpenv rehash
- ./tests/travis/before.php --target ~/builds/ss --version="3.0.x-dev" --installer="3.0"
- ./tests/travis/before.php --target ~/builds/ss --version="3.1.x-dev" --installer="3.1"
- cd ~/builds/ss
script:

View File

@ -1,6 +1,6 @@
## SilverStripe Framework
[![Build Status](https://secure.travis-ci.org/silverstripe/sapphire.png?branch=3.0)](https://travis-ci.org/silverstripe/sapphire)
[![Build Status](https://secure.travis-ci.org/silverstripe/sapphire.png?branch=3.1)](https://travis-ci.org/silverstripe/sapphire)
PHP5 framework forming the base for the SilverStripe CMS ([http://silverstripe.org](http://silverstripe.org)).
Requires a [`silverstripe-installer`](http://github.com/silverstripe/silverstripe-installer) base project. Typically used alongside the [`cms`](http://github.com/silverstripe/silverstripe-cms) module.