From 1eb946a8a563a0b452368b92bd3c5ffedd016c63 Mon Sep 17 00:00:00 2001 From: Ed Chipman Date: Sat, 6 Feb 2016 17:36:00 -0400 Subject: [PATCH] Fixed travis config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87ff5bd..ed39185 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ env: matrix: allow_failures: - - DB=PGSQL CORE_RELEASE=3.1 - - DB=PGSQL CORE_RELEASE=3.2 + - env: DB=PGSQL CORE_RELEASE=3.1 + - env: DB=PGSQL CORE_RELEASE=3.2 before_script: - phpenv rehash