Allow PGSQL and SQLLITE to fail on 3.1

This commit is contained in:
UndefinedOffset 2013-04-09 13:44:47 -03:00
parent efdaed9899
commit 399dc0ab89
1 changed files with 5 additions and 0 deletions

View File

@ -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