mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed bug in Travis matrix definition
This commit is contained in:
parent
f9b1485640
commit
cbdc3bf896
11
.travis.yml
11
.travis.yml
@ -8,11 +8,12 @@ env:
|
|||||||
- TESTDB=MYSQL
|
- TESTDB=MYSQL
|
||||||
- TESTDB=PGSQL
|
- TESTDB=PGSQL
|
||||||
|
|
||||||
exclude:
|
matrix:
|
||||||
- php: 5.4
|
exclude:
|
||||||
env: TESTDB=PGSQL
|
- php: 5.4
|
||||||
- php: 5.4
|
env: TESTDB=PGSQL
|
||||||
env: TESTDB=SQLITE
|
- php: 5.4
|
||||||
|
env: TESTDB=SQLITE
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- ./tests/travis/before_script ~/builds/ss
|
- ./tests/travis/before_script ~/builds/ss
|
||||||
|
Loading…
Reference in New Issue
Block a user