summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2019-12-25 06:40:24 +0100
committerGitHub <noreply@github.com>2019-12-25 06:40:24 +0100
commit5de8bed01e4959fabc26691a390fcc020b70e2ae (patch)
tree90635ce565dbc4e50a522d071b69b285b935be96 /.travis.yml
parent6673cbc3d940745a0ecddb93b32805a0fbe79eb1 (diff)
Update for nextcloud 18 (#593)
bump nc-compatability 16 to 18, php-min 7.2 adapt tests for nc 18 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
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 b79f7e268..231e8805a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ sudo: false
dist: trusty
language: php
php:
- - 7.1.26
- 7.2
- 7.3
- 7.4snapshot
@@ -26,7 +25,9 @@ matrix:
- php: 7.3
env: DB=mysql
- php: 7.3
- env: CORE_BRANCH=master
+ env:
+ - CORE_BRANCH=master
+ - DB=mysql
fast_finish: true
before_install: