Fix# .travis.yml exclude owncloud master php 7.0

This commit is contained in:
Pellaeon Lin 2018-08-05 11:25:54 +08:00
parent 5a13f0a184
commit 34a4d36bd8
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ matrix:
env: CORE_TYPE=owncloud CORE_BRANCH=master DB=mysql
- php: 5.6
env: CORE_TYPE=owncloud CORE_BRANCH=master DB=pgsql
- php: 7.0
env: CORE_TYPE=owncloud CORE_BRANCH=master DB=sqlite
- php: 7.0
env: CORE_TYPE=owncloud CORE_BRANCH=master DB=mysql
- php: 7.0
env: CORE_TYPE=owncloud CORE_BRANCH=master DB=pgsql
# Nextcloud prior v11 is not compatible with PHP 7.1
# (see https://github.com/nextcloud/server/blob/stable10/console.php#L42)