summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2018-01-15 12:13:14 -0800
committerSamuel Giddins <segiddins@segiddins.me>2018-01-15 12:13:14 -0800
commit15d3b0c684dcf9e68cee94c274b858118529f132 (patch)
tree24f9650e3a17670a2bcb996b9301927b51e6e246
parent723608f45866cee0f1b315551a8dde6a99efebc6 (diff)
downloadbundler-seg-debug-travis.tar.gz
[DNM] Try to debug travis failuresseg-debug-travis
-rw-r--r--.travis.yml25
-rw-r--r--spec/commands/binstubs_spec.rb2
2 files changed, 1 insertions, 26 deletions
diff --git a/.travis.yml b/.travis.yml
index 543df2bcda..e1b6c274b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,8 +27,6 @@ addons:
rvm:
- 2.5.0
- - 2.4.3
- - 2.3.6
# Rubygems versions MUST be available as rake tasks
# see Rakefile:125 for the list of possible RGV values
@@ -37,26 +35,3 @@ env:
- RGV=master
# Test the latest rubygems release with all of our supported rubies
- RGV=v2.7.4
-
-matrix:
- include:
- # Ruby 2.4, Rubygems 2.6.8 and up
- - rvm: 2.4.2
- env: RGV=v2.6.14
- # Ruby 2.3, Rubygems 2.5.1 and up
- - rvm: 2.3.5
- env: RGV=v2.5.2
- - rvm: 2.3.5
- env: RGV=v2.6.14
- # Ruby-head (we want to know how we're doing, but not fail the build)
- - rvm: ruby-head
- env: RGV=master
- # 1.x mode (we want to keep stuff passing in 1.x mode for now)
- - rvm: 2.4.2
- env: RGV=v2.7.4 BUNDLER_SPEC_SUB_VERSION=1.98
- - rvm: 1.8.7
- env: RGV=v2.7.4 BUNDLER_SPEC_SUB_VERSION=1.98
-
- allow_failures:
- - rvm: ruby-head
- env: RGV=master
diff --git a/spec/commands/binstubs_spec.rb b/spec/commands/binstubs_spec.rb
index 8157173b42..33f384edd8 100644
--- a/spec/commands/binstubs_spec.rb
+++ b/spec/commands/binstubs_spec.rb
@@ -93,7 +93,7 @@ RSpec.describe "bundle binstubs <gem>" do
R
end
end
- install_gemfile! <<-G
+ install_gemfile! <<-G, :debug => true
source "file://#{gem_repo2}"
gem "rack"
gem "prints_loaded_gems"