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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-15 23:49:54 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-15 23:49:54 +0300
commitc98efc07bab860d4299caede256b032cea70883a (patch)
treeb8aa8c64be832ce983afdbf2d9b7d7fc243d7b31 /.travis.yml
parent323a06770bb6101ba85e761da0856a16e0780d40 (diff)
allow Nextcloud 12
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2682319..311277b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,6 +68,8 @@ script:
matrix:
include:
+ - php: 7
+ env: "CORE_BRANCH=stable11"
- php: 5.6
env: "DB=mysql"
- php: 7.0