diff --git a/.travis.yml b/.travis.yml index 8386ed9..679e472 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,6 @@ 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