Fix .travis.yml
This commit is contained in:
parent
f4e9f92ead
commit
c9bbca5e33
|
|
@ -38,13 +38,13 @@ env:
|
||||||
|
|
||||||
# ownCloud 10.1+
|
# ownCloud 10.1+
|
||||||
- CORE_TYPE=owncloud CORE_BRANCH=master DB=sqlite
|
- CORE_TYPE=owncloud CORE_BRANCH=master DB=sqlite
|
||||||
- CORE_TYPE=owncloud CORE_BRANCH=stable10.1 DB=sqlite
|
- CORE_TYPE=owncloud CORE_BRANCH=stable10 DB=sqlite
|
||||||
|
|
||||||
- CORE_TYPE=owncloud CORE_BRANCH=master DB=mysql
|
- CORE_TYPE=owncloud CORE_BRANCH=master DB=mysql
|
||||||
- CORE_TYPE=owncloud CORE_BRANCH=stable10.1 DB=mysql
|
- CORE_TYPE=owncloud CORE_BRANCH=stable10 DB=mysql
|
||||||
|
|
||||||
- CORE_TYPE=owncloud CORE_BRANCH=master DB=pgsql
|
- CORE_TYPE=owncloud CORE_BRANCH=master DB=pgsql
|
||||||
- CORE_TYPE=owncloud CORE_BRANCH=stable10.1 DB=pgsql
|
- CORE_TYPE=owncloud CORE_BRANCH=stable10 DB=pgsql
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue