mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
More straightfoward travis include/exclude
This commit is contained in:
parent
31f5e00a56
commit
3ff103a04c
22
.travis.yml
22
.travis.yml
@ -1,19 +1,27 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
env:
|
||||
- DB=MYSQL CORE_RELEASE=3.0
|
||||
- DB=PGSQL CORE_RELEASE=3.0
|
||||
- DB=SQLITE3 CORE_RELEASE=3.0
|
||||
- PHPCS=1 CORE_RELEASE=3.0
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.3
|
||||
env: DB=MYSQL CORE_RELEASE=3.0
|
||||
exclude:
|
||||
- php: 5.4
|
||||
env: DB=MYSQL CORE_RELEASE=3.0
|
||||
- php: 5.3
|
||||
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
|
||||
- php: 5.4
|
||||
env: PHPCS=1 CORE_RELEASE=3.0
|
||||
- env: DB=SQLITE3 CORE_RELEASE=3.0
|
||||
- env: PHPCS=1 CORE_RELEASE=3.0
|
||||
|
||||
before_script:
|
||||
- pear install pear/PHP_CodeSniffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user