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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-05-02 09:59:44 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-05-02 10:00:35 +0300
commit2840e061637dd946648a6c55cd72ebbe0e3c72d2 (patch)
tree30d3b275534906e89fef7b0561c17aa48cb66e85 /.travis.yml
parent47756d929cc32a7d09c9f9827872971e7c7d9000 (diff)
Add Nextcloud 16 support, drop 15
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9148933..85e7c0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ language: php
php:
- 7.1
- 7.2
+ - 7.3
env:
global:
@@ -62,9 +63,9 @@ after_script:
matrix:
include:
- php: 7.0
- env: "DB=sqlite SERVER_BRANCH=v15.0.0"
+ env: "DB=sqlite SERVER_BRANCH=v16.0.0"
- php: 7.2
- env: "DB=sqlite SERVER_BRANCH=stable15"
+ env: "DB=sqlite SERVER_BRANCH=stable16"
- php: 7.3
env: "DB=sqlite"
- php: 7.2