Fixed bug in Travis matrix definition

This commit is contained in:
Sam Minnee 2012-08-21 14:41:12 +12:00
parent f9b1485640
commit cbdc3bf896

View File

@ -8,11 +8,12 @@ env:
- TESTDB=MYSQL
- TESTDB=PGSQL
exclude:
- php: 5.4
env: TESTDB=PGSQL
- php: 5.4
env: TESTDB=SQLITE
matrix:
exclude:
- php: 5.4
env: TESTDB=PGSQL
- php: 5.4
env: TESTDB=SQLITE
before_script:
- ./tests/travis/before_script ~/builds/ss