mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Allow PGSQL and SQLLITE to fail on 3.1
This commit is contained in:
parent
efdaed9899
commit
399dc0ab89
@ -10,6 +10,11 @@ env:
|
||||
- DB=SQLITE3 CORE_RELEASE=3.0
|
||||
- DB=SQLITE3 CORE_RELEASE=3.1
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: DB=PGSQL CORE_RELEASE=3.1
|
||||
- env: DB=SQLITE3 CORE_RELEASE=3.1
|
||||
|
||||
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