BUG Fix test dependencies for master branch

This commit is contained in:
Damian Mooyman 2016-01-18 15:51:42 +13:00
parent 4e4e7f0cc4
commit dd5f97c49a

View File

@ -15,10 +15,12 @@ matrix:
include: include:
- php: 5.6 - php: 5.6
env: DB=PGSQL CORE_RELEASE=master env: DB=PGSQL CORE_RELEASE=master
- php: 5.4 - php: 5.5
env: DB=MYSQL CORE_RELEASE=master env: DB=MYSQL CORE_RELEASE=master
- php: 5.3 - php: 5.3
env: DB=MYSQL CORE_RELEASE=3.2 env: DB=MYSQL CORE_RELEASE=3.2
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3
before_script: before_script:
- phpenv rehash - phpenv rehash