mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Updated travis tests to check 3.2 but allow failures until 3.2 is stable #73
This commit is contained in:
parent
5af763d05d
commit
fe9b45bd3b
@ -5,11 +5,20 @@ php:
|
||||
env:
|
||||
- DB=MYSQL CORE_RELEASE=3.0
|
||||
- DB=MYSQL CORE_RELEASE=3.1
|
||||
- DB=MYSQL CORE_RELEASE=3.2
|
||||
- DB=PGSQL CORE_RELEASE=3.0
|
||||
- DB=PGSQL CORE_RELEASE=3.1
|
||||
- DB=PGSQL CORE_RELEASE=3.2
|
||||
- DB=SQLITE3 CORE_RELEASE=3.0
|
||||
- DB=SQLITE3 CORE_RELEASE=3.1
|
||||
- DB=SQLITE3 CORE_RELEASE=3.2
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: DB=MYSQL CORE_RELEASE=3.2
|
||||
- env: DB=PGSQL CORE_RELEASE=3.2
|
||||
- env: DB=SQLITE3 CORE_RELEASE=3.2
|
||||
|
||||
before_script:
|
||||
- phpenv rehash
|
||||
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
||||
|
Loading…
Reference in New Issue
Block a user