From 9863a71380305a3b983faaf394919e459705ce3a Mon Sep 17 00:00:00 2001 From: Ed Chipman Date: Sat, 6 Feb 2016 17:21:58 -0400 Subject: [PATCH] Attempt to fix travis ignore of 3.1 and 3.2 PGSQL failures --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 115a78d..87ff5bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: allow_failures: - DB=PGSQL CORE_RELEASE=3.1 - DB=PGSQL CORE_RELEASE=3.2 - + before_script: - phpenv rehash - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support