travis: do not attempt to run 4.1 with ruby 2.7

This commit is contained in:
Jens Kraemer
2021-10-06 13:02:28 +08:00
parent 8db0686e3a
commit fd7a5375e2

View File

@@ -7,7 +7,6 @@ rvm:
branches: branches:
only: only:
- master - master
- feature/start-stop-ticket
addons: addons:
postgresql: "9.6" postgresql: "9.6"
@@ -17,6 +16,11 @@ env:
- REDMINE_VER=4.2-stable - REDMINE_VER=4.2-stable
- REDMINE_VER=master - REDMINE_VER=master
jobs:
exclude:
- rvm: 2.7.4
env: REDMINE_VER=4.1-stable
install: "echo skip bundle install" install: "echo skip bundle install"
before_script: before_script: