mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
travis: do not attempt to run 4.1 with ruby 2.7
This commit is contained in:
@@ -7,7 +7,6 @@ rvm:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- feature/start-stop-ticket
|
||||
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
@@ -17,6 +16,11 @@ env:
|
||||
- REDMINE_VER=4.2-stable
|
||||
- REDMINE_VER=master
|
||||
|
||||
jobs:
|
||||
exclude:
|
||||
- rvm: 2.7.4
|
||||
env: REDMINE_VER=4.1-stable
|
||||
|
||||
install: "echo skip bundle install"
|
||||
|
||||
before_script:
|
||||
|
||||
Reference in New Issue
Block a user