From bd6bc17fc5deac62950d365c781dd1005c0f1d52 Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Fri, 11 Jul 2014 09:25:12 +1000 Subject: [PATCH] Don't test against unsupported core versions --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4aabda2..6508c08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ env: matrix: - DB=POSTGRESQL CORE_RELEASE=3.0 - DB=POSTGRESQL CORE_RELEASE=3.1 - - DB=POSTGRESQL CORE_RELEASE=master before_script: - composer self-update @@ -17,4 +16,4 @@ before_script: - cd ~/builds/ss script: - - phpunit framework/tests \ No newline at end of file + - phpunit framework/tests