mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fixed bug in Travis exclusion of 5.4/SQlite and 5.4/PostgreSQL
This commit is contained in:
parent
9f4fb1353e
commit
597bc080ff
@ -9,9 +9,9 @@ env:
|
|||||||
- TESTDB=PGSQL
|
- TESTDB=PGSQL
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
- php 5.4
|
- php: 5.4
|
||||||
env: TESTDB=PGSQL
|
env: TESTDB=PGSQL
|
||||||
- php 5.4
|
- php: 5.4
|
||||||
env: TESTDB=SQLITE
|
env: TESTDB=SQLITE
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user