mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
More straightfoward travis include/exclude
This commit is contained in:
parent
36352fdc68
commit
c62eb05518
16
.travis.yml
16
.travis.yml
@ -1,15 +1,27 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3
|
- 5.3
|
||||||
|
- 5.4
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=MYSQL CORE_RELEASE=3.0
|
- DB=MYSQL CORE_RELEASE=3.0
|
||||||
- DB=PGSQL CORE_RELEASE=3.0
|
- DB=PGSQL CORE_RELEASE=3.0
|
||||||
|
- DB=SQLITE3 CORE_RELEASE=3.0
|
||||||
|
- PHPCS=1 CORE_RELEASE=3.0
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
exclude:
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: DB=MYSQL CORE_RELEASE=3.0
|
env: DB=PGSQL CORE_RELEASE=3.0
|
||||||
|
- php: 5.4
|
||||||
|
env: DB=SQLITE3 CORE_RELEASE=3.0
|
||||||
|
- php: 5.4
|
||||||
|
env: PHPCS=1 CORE_RELEASE=3.0
|
||||||
|
allow_failures:
|
||||||
|
- env: DB=PGSQL CORE_RELEASE=3.0
|
||||||
|
- env: DB=SQLITE3 CORE_RELEASE=3.0
|
||||||
|
- env: PHPCS=1 CORE_RELEASE=3.0
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user