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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user