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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-11-22 18:02:09 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-11-22 18:02:09 +0300
commit6e25541c37853217049748e87baf47ba6b7bbb82 (patch)
tree244e96bfd91a784fe3469e2e4c75a6a426edc436 /.travis.yml
parent8f8fa5113afe4733facbabea81ae10563c84e203 (diff)
Drop php 7.1 support
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 35c042754..e3a517fc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ sudo: required
dist: trusty
language: php
php:
- - 7.1
- 7.2
- 7.3
#jobs:
@@ -41,7 +40,7 @@ matrix:
env: "TEST_SUITE=TEST-JS"
- php: 7.3
env: "TEST_SUITE=PACKAGE"
- - php: 7.1
+ - php: 7.2
env: "PHP_COVERAGE=TRUE"
- php: 7.3
env: "DB=pgsql CORE_BRANCH=stable17"