From dd5f97c49ac67f43d6676546dc079202a6039e21 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 18 Jan 2016 15:51:42 +1300 Subject: [PATCH] BUG Fix test dependencies for master branch --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ca0959..a0f41c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,12 @@ matrix: include: - php: 5.6 env: DB=PGSQL CORE_RELEASE=master - - php: 5.4 + - php: 5.5 env: DB=MYSQL CORE_RELEASE=master - php: 5.3 env: DB=MYSQL CORE_RELEASE=3.2 + - php: 5.3 + env: DB=MYSQL CORE_RELEASE=3 before_script: - phpenv rehash