mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
Merge pull request #24 from halkyon/travis_update
Updating Travis for 3.1 compatible 1.1 branch
This commit is contained in:
commit
a249e1801f
22
.travis.yml
22
.travis.yml
@ -1,21 +1,29 @@
|
|||||||
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
|
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
|
||||||
|
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3
|
- 5.4
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=MYSQL CORE_RELEASE=3.1
|
global:
|
||||||
- DB=PGSQL CORE_RELEASE=3.1
|
- CORE_RELEASE=3.1
|
||||||
- DB=MYSQL CORE_RELEASE=master
|
matrix:
|
||||||
- DB=PGSQL CORE_RELEASE=master
|
- DB=MYSQL
|
||||||
|
- DB=SQLITE
|
||||||
|
- DB=PGSQL
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 5.4
|
- php: 5.5
|
||||||
env: DB=MYSQL CORE_RELEASE=master
|
env: DB=MYSQL
|
||||||
|
- php: 5.6
|
||||||
|
env: DB=MYSQL
|
||||||
|
- php: 5.3
|
||||||
|
env: DB=MYSQL
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- composer self-update
|
||||||
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
||||||
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
||||||
- cd ~/builds/ss
|
- cd ~/builds/ss
|
||||||
|
Loading…
Reference in New Issue
Block a user