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
1 changed files with 3 additions and 1 deletions

View File

@ -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