Fix# travis.yml

This commit is contained in:
Pellaeon Lin 2018-08-05 14:48:42 +08:00
parent 34a4d36bd8
commit 3672abdb82
1 changed files with 3 additions and 3 deletions

View File

@ -95,11 +95,11 @@ matrix:
# ownCloud prior v10 is not compatible with PHP 7.1
# (see https://github.com/owncloud/core/blob/stable9.1/console.php#L47)
- 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
env: CORE_TYPE=owncloud CORE_BRANCH=stable9.1 DB=mysql
env: CORE_TYPE=owncloud CORE_BRANCH=stable9.1 DB=mysql
- php: 7.1
env: CORE_TYPE=owncloud CORE_BRANCH=stable9.1 DB=pgsql
env: CORE_TYPE=owncloud CORE_BRANCH=stable9.1 DB=pgsql
include:
# Nextcloud prior v13 is not compatible with PHP 7.2