Merge pull request #32 from tractorcow/pulls/fix-tests

BUG Fix test dependencies for master branch
This commit is contained in:
Daniel Hensby 2016-01-18 16:06:06 +00:00
commit c1a3d89e8f
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