From 399dc0ab89b5e8e27bf2981a1161b47849d2cdef Mon Sep 17 00:00:00 2001 From: UndefinedOffset Date: Tue, 9 Apr 2013 13:44:47 -0300 Subject: [PATCH] Allow PGSQL and SQLLITE to fail on 3.1 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 679e472..8386ed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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