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-16 00:05:30 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-16 00:05:30 +0300
commit920d2e2e1f416d1be67e1a49cb85ee11e46683c7 (patch)
treea8dc1b39a14127563fa8dda407946bf11e86b12f /.travis.yml
parentc98efc07bab860d4299caede256b032cea70883a (diff)
specify db to test
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 311277b..00a51a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@ script:
matrix:
include:
- php: 7
- env: "CORE_BRANCH=stable11"
+ env: "DB=sqlite CORE_BRANCH=stable11"
- php: 5.6
env: "DB=mysql"
- php: 7.0