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
php:
- 5.3
- 5.4
env:
- TESTDB=SQLITE
- TESTDB=MYSQL
- TESTDB=PGSQL
exclude:
- php 5.4
env: TESTDB=PGSQL
- php 5.4
env: TESTDB=SQLITE
before_script:
- ./tests/travis/before_script ~/builds/ss
- cd ~/builds/ss