From 5d3c669a82facf07d31cee9e66f15a33c1d4eb30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 21 Jan 2020 15:25:06 +0100 Subject: [PATCH] Redmine 4.1 --- .travis.yml | 7 ++----- test/ci/redmine_install.sh | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0727cd8..191d8a8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ sudo: true dist: xenial rvm: - - 2.5 + - 2.6 before_install: - mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;' @@ -49,9 +49,6 @@ after_script: - bash -x ./test/ci/redmine_install.sh -u env: - - DB=sqlite - - DB=mysql - - DB=postgres - DB=sqlite REDMINE_GIT_TAG=4.1-stable - DB=mysql REDMINE_GIT_TAG=4.1-stable - DB=postgres REDMINE_GIT_TAG=4.1-stable @@ -63,4 +60,4 @@ services: - postgresql addons: - mariadb: '10.3' + mariadb: '10.4' diff --git a/test/ci/redmine_install.sh b/test/ci/redmine_install.sh index d9ea1b0f..06f48ceb 100644 --- a/test/ci/redmine_install.sh +++ b/test/ci/redmine_install.sh @@ -24,7 +24,7 @@ if [[ ! -v REDMINE_GIT_REPO ]]; then export REDMINE_GIT_REPO=git://github.com/redmine/redmine.git fi if [[ ! -v REDMINE_GIT_TAG ]]; then - export REDMINE_GIT_TAG=4.0-stable + export REDMINE_GIT_TAG=4.1-stable fi clone()