From 985cd4b504e9523823fd5f34002078b5af6c9b15 Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Thu, 17 Dec 2020 12:55:14 +0100 Subject: [PATCH] #1079 travis --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0890f2af..7ef14533 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,8 @@ after_script: - bash -x ./test/ci/redmine_install.sh -u env: + global: + - PGPORT=5433 - DB=sqlite REDMINE_GIT_TAG=4.0-stable - DB=mysql REDMINE_GIT_TAG=4.0-stable - DB=postgres REDMINE_GIT_TAG=4.0-stable @@ -64,4 +66,8 @@ services: addons: mariadb: '10.5' - postgresql: '9.6' + postgresql: '10' + apt: + packages: + - postgresql-10 + - postgresql-client-10