We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3dff0 commit d956096Copy full SHA for d956096
bin/travis.sh
@@ -10,5 +10,7 @@ else
10
fi
11
12
# Bundler 2.0 fails spectacular
13
-gem uninstall bundler || true
+rm /home/travis/.rvm/gems/ruby-2.3.7@global/specifications/bundler-2.0.1.gemspec || true
14
+gem uninstall bundler -x -a || true
15
gem install bundler --no-doc --version '< 2'
16
+bundler --version
0 commit comments