Fixed bug in Travis exclusion of 5.4/SQlite and 5.4/PostgreSQL

This commit is contained in:
Sam Minnee 2012-08-21 14:34:21 +12:00
parent 9f4fb1353e
commit 597bc080ff

View File

@ -9,9 +9,9 @@ env:
- TESTDB=PGSQL
exclude:
- php 5.4
- php: 5.4
env: TESTDB=PGSQL
- php 5.4
- php: 5.4
env: TESTDB=SQLITE
before_script: