From 52fac83cf1fa62c47ddfddd556c1ff9e237b4f3f Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Fri, 11 Jul 2014 09:24:43 +1000 Subject: [PATCH] Don't test against unsupported core versions --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4aabda2..ce39d8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ php: env: matrix: - - DB=POSTGRESQL CORE_RELEASE=3.0 - - DB=POSTGRESQL CORE_RELEASE=3.1 - DB=POSTGRESQL CORE_RELEASE=master before_script: @@ -17,4 +15,4 @@ before_script: - cd ~/builds/ss script: - - phpunit framework/tests \ No newline at end of file + - phpunit framework/tests