Fix# travis.yml
This commit is contained in:
parent
34a4d36bd8
commit
3672abdb82
|
|
@ -95,11 +95,11 @@ matrix:
|
||||||
# ownCloud prior v10 is not compatible with PHP 7.1
|
# ownCloud prior v10 is not compatible with PHP 7.1
|
||||||
# (see https://github.com/owncloud/core/blob/stable9.1/console.php#L47)
|
# (see https://github.com/owncloud/core/blob/stable9.1/console.php#L47)
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
env: CORE_TYPE=owncloud CORE_BRANCH=stable9.1 DB=sqlite
|
env: CORE_TYPE=owncloud CORE_BRANCH=stable9.1 DB=sqlite
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
env: CORE_TYPE=owncloud CORE_BRANCH=stable9.1 DB=mysql
|
env: CORE_TYPE=owncloud CORE_BRANCH=stable9.1 DB=mysql
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
env: CORE_TYPE=owncloud CORE_BRANCH=stable9.1 DB=pgsql
|
env: CORE_TYPE=owncloud CORE_BRANCH=stable9.1 DB=pgsql
|
||||||
|
|
||||||
include:
|
include:
|
||||||
# Nextcloud prior v13 is not compatible with PHP 7.2
|
# Nextcloud prior v13 is not compatible with PHP 7.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue