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-01-07 10:59:24 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-07 10:59:24 +0300
commit2b0ca4743e0919580c92ea8c4c8d5bdc67989e42 (patch)
tree05836d1f5fa1b983150f328d704e6ad68c28c62c /.travis.yml
parentbb73652970182353512d0a44e320ae4e54797c62 (diff)
Fix build matrix to not build with server master and php7.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 8eb32ef14..957529b37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ sudo: required
dist: trusty
language: php
php:
- - 7.0
- 7.1
- 7.2
@@ -31,7 +30,7 @@ env:
matrix:
include:
- - php: 7.0
+ - php: 7.1
env: "DB=mysql CORE_BRANCH=master TEST_JS=TRUE"
- php: 7.1
env: "DB=mysql CORE_BRANCH=master PACKAGE=TRUE"
@@ -39,8 +38,10 @@ matrix:
env: "DB=pgsql PHP_COVERAGE=TRUE"
- php: 7.0
env: "DB=pgsql CORE_BRANCH=stable15"
+ - php: 7.1
+ env: "DB=pgsql CORE_BRANCH=v15.0.0"
- php: 7.2
- env: "DB=pgsql PHP_COVERAGE=v15.0.0RC1 "
+ env: "DB=pgsql PHP_COVERAGE=TRUE"
fast_finish: true
branches: