mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00: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=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
|
||||
|
Loading…
x
Reference in New Issue
Block a user