From f99f544093b722d8fb46008bc6fb519dabd92424 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Fri, 14 Feb 2014 09:29:24 +1300 Subject: [PATCH] FIX: Ensure that comments v1.1 is tested against SilverStripe v3.0 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84603a7..4f2654e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,13 @@ php: - 5.3 env: - - DB=MYSQL CORE_RELEASE=3.1 - - DB=PGSQL CORE_RELEASE=3.1 + - DB=MYSQL CORE_RELEASE=3.0 + - DB=PGSQL CORE_RELEASE=3.0 matrix: include: - php: 5.4 - env: DB=MYSQL CORE_RELEASE=3.1 + env: DB=MYSQL CORE_RELEASE=3.0 before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support @@ -19,4 +19,4 @@ before_script: - cd ~/builds/ss script: - - phpunit comments/tests/ \ No newline at end of file + - phpunit comments/tests/