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:
authorJordan Bieder <jordan.bieder@uliege.be>2020-01-23 19:13:08 +0300
committerJordan Bieder <jordan.bieder@uliege.be>2020-01-23 19:13:08 +0300
commit33b8ba3378f9b072792cf396081ca11cdd8106cb (patch)
treed2bc98253abd2afcf0b0db65bc3a4f5c554e6573
parente74182e5444144799c26617545e685f065c58fcf (diff)
Add CI test for stable18+php7.3
Signed-off-by: Jordan Bieder <jordan.bieder@uliege.be>
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7aecb0d..bc313ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,6 +74,8 @@ matrix:
- php: 7.3
env: "DB=sqlite SERVER_BRANCH=stable17"
- php: 7.3
+ env: "DB=sqlite SERVER_BRANCH=stable18"
+ - php: 7.3
env: "DB=sqlite"
- php: 7.2
env: "DB=sqlite PHP_COVERAGE=TRUE"