Allow PGSQL to fail for 3.1-3.2

This commit is contained in:
Ed Chipman 2016-02-06 17:14:21 -04:00
parent 10a52463f4
commit 7bd56c578d

View File

@ -15,6 +15,11 @@ env:
- DB=SQLITE3 CORE_RELEASE=3.1 - DB=SQLITE3 CORE_RELEASE=3.1
- DB=SQLITE3 CORE_RELEASE=3.2 - DB=SQLITE3 CORE_RELEASE=3.2
matrix:
allow_failures:
- DB=PGSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=3.2
before_script: before_script:
- phpenv rehash - phpenv rehash
- 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