Merge pull request #24 from halkyon/travis_update

Updating Travis for 3.1 compatible 1.1 branch
This commit is contained in:
Damian Mooyman 2014-09-19 15:20:23 +12:00
commit a249e1801f
1 changed files with 15 additions and 7 deletions

View File

@ -1,21 +1,29 @@
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
language: php
php:
- 5.3
- 5.4
env:
- DB=MYSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=master
- DB=PGSQL CORE_RELEASE=master
global:
- CORE_RELEASE=3.1
matrix:
- DB=MYSQL
- DB=SQLITE
- DB=PGSQL
matrix:
include:
- php: 5.4
env: DB=MYSQL CORE_RELEASE=master
- php: 5.5
env: DB=MYSQL
- php: 5.6
env: DB=MYSQL
- php: 5.3
env: DB=MYSQL
before_script:
- composer self-update
- 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