From 84a49f1d1cd413954ee7aa88d83ea7e9aad273b2 Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Tue, 5 Oct 2021 11:40:20 +0800 Subject: [PATCH] test feature branch, update ruby versions --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe05fdc..cad3309 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,20 @@ sudo: false language: ruby rvm: - - 2.4.10 - - 2.5.8 - - 2.6.6 + - 2.6.8 + - 2.7.4 branches: only: - master + - feature/start-stop-ticket addons: postgresql: "9.6" env: - - REDMINE_VER=4.0-stable - REDMINE_VER=4.1-stable + - REDMINE_VER=4.2-stable - REDMINE_VER=master install: "echo skip bundle install"