mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2196 from chillu/pulls/travis-matrix
PHP 5.5 CI, don't allow failures for sqlite3 and postgres
This commit is contained in:
commit
c809bd7183
21
.travis.yml
21
.travis.yml
@ -1,23 +1,24 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.3
|
||||
|
||||
env:
|
||||
- DB=MYSQL CORE_RELEASE=3.0
|
||||
- DB=PGSQL CORE_RELEASE=3.0
|
||||
- DB=SQLITE3 CORE_RELEASE=3.0
|
||||
- DB=MYSQL CORE_RELEASE=3.0
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- php: 5.4
|
||||
include:
|
||||
- php: 5.3
|
||||
env: DB=PGSQL CORE_RELEASE=3.0
|
||||
- php: 5.3
|
||||
env: DB=SQLITE CORE_RELEASE=3.0
|
||||
- php: 5.4
|
||||
env: DB=SQLITE3 CORE_RELEASE=3.0
|
||||
env: DB=MYSQL CORE_RELEASE=3.0
|
||||
- php: 5.5
|
||||
env: DB=MYSQL CORE_RELEASE=3.0
|
||||
allow_failures:
|
||||
- env: DB=PGSQL CORE_RELEASE=3.0
|
||||
- env: DB=SQLITE3 CORE_RELEASE=3.0
|
||||
- php: 5.5
|
||||
env: DB=MYSQL CORE_RELEASE=3.0
|
||||
|
||||
before_script:
|
||||
- phpenv rehash
|
||||
|
Loading…
Reference in New Issue
Block a user