Fixing travis for 3.1 builds

This commit is contained in:
Sean Harvey 2014-08-27 09:06:16 +12:00
parent ffe6c34565
commit 4203a707bc

View File

@ -3,18 +3,21 @@
language: php language: php
php: php:
- 5.3 - 5.4
env: env:
- DB=MYSQL CORE_RELEASE=3.1 global:
- DB=PGSQL CORE_RELEASE=master - CORE_RELEASE=3.1
matrix:
- DB=MYSQL
- DB=PGSQL
matrix: matrix:
include: include:
- php: 5.3
env: DB=MYSQL
- php: 5.4 - php: 5.4
env: DB=MYSQL CORE_RELEASE=master env: DB=MYSQL BEHAT_TEST=1
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.1 BEHAT_TEST=1
before_script: before_script:
- composer self-update - composer self-update