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-04-08 12:22:00 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-08 12:22:00 +0300
commit5977e49fbf16ef3d9f57d791a84c1cc08ac679db (patch)
tree900d6921482834ca2a13df1404b52a58c9731fcd /.travis.yml
parentda4e92145753740c0d94912090a7e8209dd0af7a (diff)
Only test against supported server versions
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index dad64ee10..30cb97bc5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,10 +38,10 @@ matrix:
env: "DB=mysql CORE_BRANCH=master PACKAGE=TRUE"
- php: 7.1
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"
+ env: "DB=pgsql CORE_BRANCH=v16.0.0beta3"
+ - php: 7.2
+ env: "DB=pgsql CORE_BRANCH=v16.0.0alpha1"
- php: 7.2
env: "DB=pgsql PHP_COVERAGE=TRUE"
fast_finish: true