mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Merge pull request #207 from tractorcow/pulls/tests
Test 3 / 3.2 branches and php 5.6
This commit is contained in:
commit
63aa46aa36
12
.travis.yml
12
.travis.yml
@ -6,18 +6,16 @@ php:
|
|||||||
- 5.4
|
- 5.4
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
- DB=MYSQL CORE_RELEASE=3.2
|
||||||
- CORE_RELEASE=3
|
|
||||||
matrix:
|
|
||||||
- DB=MYSQL
|
|
||||||
- DB=PGSQL
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 5.3
|
- php: 5.3
|
||||||
env: DB=MYSQL
|
env: DB=PGSQL CORE_RELEASE=3.2
|
||||||
|
- php: 5.6
|
||||||
|
env: DB=MYSQL CORE_RELEASE=3
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: DB=MYSQL BEHAT_TEST=1
|
env: DB=MYSQL CORE_RELEASE=3.2 BEHAT_TEST=1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
|
Loading…
Reference in New Issue
Block a user