mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 11:05:51 +02:00
Don't test on unsupported releases
This commit is contained in:
parent
becc701abf
commit
8b04cf2ee9
12
.travis.yml
12
.travis.yml
@ -9,11 +9,10 @@ php:
|
|||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- DB=MYSQL CORE_RELEASE=3.2
|
- DB=MYSQL CORE_RELEASE=3
|
||||||
- MODULE_PATH=iframe
|
- MODULE_PATH=iframe
|
||||||
- COVERAGE=0
|
- COVERAGE=0
|
||||||
|
|
||||||
@ -22,16 +21,11 @@ matrix:
|
|||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: DB=MYSQL CORE_RELEASE=3
|
env: DB=MYSQL CORE_RELEASE=3
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: DB=MYSQL CORE_RELEASE=3.1
|
env: DB=PGSQL CORE_RELEASE=3
|
||||||
- php: 5.6
|
|
||||||
env: DB=PGSQL CORE_RELEASE=3.2
|
|
||||||
- php: 5.6
|
|
||||||
env: DB=MYSQL CORE_RELEASE=3.3
|
|
||||||
# Allowed to fail, meaning delayed code coverage reports
|
# Allowed to fail, meaning delayed code coverage reports
|
||||||
- php: 5.5.9
|
- php: 5.5.9
|
||||||
env: DB=MYSQL CORE_RELEASE=3.2 COVERAGE=1
|
env: DB=MYSQL CORE_RELEASE=3 COVERAGE=1
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.0
|
|
||||||
- php: 5.5.9
|
- php: 5.5.9
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user