Added PHP 5.4 + MySQL to build grid

This commit is contained in:
Sam Minnee 2012-08-21 10:51:28 +12:00
parent 866d9a94ee
commit 9f4fb1353e

View File

@ -1,12 +1,19 @@
language: php language: php
php: php:
- 5.3 - 5.3
- 5.4
env: env:
- TESTDB=SQLITE - TESTDB=SQLITE
- TESTDB=MYSQL - TESTDB=MYSQL
- TESTDB=PGSQL - TESTDB=PGSQL
exclude:
- php 5.4
env: TESTDB=PGSQL
- php 5.4
env: TESTDB=SQLITE
before_script: before_script:
- ./tests/travis/before_script ~/builds/ss - ./tests/travis/before_script ~/builds/ss
- cd ~/builds/ss - cd ~/builds/ss