From 3f1f5dbdb4cce4b7fb9056819caf895ee45f390d Mon Sep 17 00:00:00 2001 From: Ed Chipman Date: Sat, 3 May 2014 17:07:22 -0300 Subject: [PATCH] Changed travis to not allow any failures --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) 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