Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Try rubygems branch fixing -I priority
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Apr 5, 2019
1 parent 6bc577e commit f43d751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
stage: test
# 1.x mode (we want to keep stuff passing in 1.x mode for now)
- rvm: 2.6.2
env: RGV=v3.0.3 BUNDLER_SPEC_SUB_VERSION=1.98
env: RGV=seg-fix-require-dash-i-beats-default-gem BUNDLER_SPEC_SUB_VERSION=1.98
stage: test

allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -115,7 +115,7 @@ namespace :spec do
# RubyGems specs by version
namespace :rubygems do
# When editing this list, also edit .travis.yml!
branches = %w[master]
branches = %w[master seg-fix-require-dash-i-beats-default-gem]
releases = %w[v2.5.2 v2.6.14 v2.7.9 v3.0.3]
(branches + releases).each do |rg|
desc "Run specs with RubyGems #{rg}"
Expand Down

0 comments on commit f43d751

Please sign in to comment.