Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-09-03 10:57:01 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-09-03 10:57:23 +0300
commit95fa1107780470fc43dcc85ec2c5d2d04a914766 (patch)
tree07bacc83d83fa43f719cf1f9c895537938d5ccd7 /.travis.yml
parent960a0b055df35f5bff3d914e0fe5ac07cfc5cc9d (diff)
Require Nextcloud 17 and 18
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4111ac313..823cdb852 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,11 +39,11 @@ matrix:
- php: 7.1
env: "DB=mysql PHP_COVERAGE=TRUE"
- php: 7.3
- env: "DB=pgsql CORE_BRANCH=stable16"
+ env: "DB=pgsql CORE_BRANCH=v17.0.0beta3"
- php: 7.3
- env: "DB=mysql CORE_BRANCH=v16.0.0"
+ env: "DB=mysql CORE_BRANCH=v17.0.0beta3"
- php: 7.3
- env: "DB=sqlite CORE_BRANCH=v16.0.4"
+ env: "DB=sqlite CORE_BRANCH=v17.0.0beta3"
fast_finish: true
branches: