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 <ChristophWurst@users.noreply.github.com>2019-11-22 18:52:43 +0300
committerGitHub <noreply@github.com>2019-11-22 18:52:43 +0300
commit54a073baa29cf0e221a777e9b5eed9be7aa91e01 (patch)
treeafb9cc139f48a66dd0568dca8d6efa34d3dd79eb /.travis.yml
parentabad423690ee76c79e14d334f35a79767fe81e6b (diff)
parent6e25541c37853217049748e87baf47ba6b7bbb82 (diff)
Merge pull request #2275 from nextcloud/refactor/drop-php71
Drop php 7.1 support
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 0320cc13b..562a8a664 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"