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 b365673 commit 1db823fCopy full SHA for 1db823f
.travis.yml
@@ -2,6 +2,8 @@ before_install:
2
- gem update --system 2.7.9
3
- gem install bundler:1.17.3
4
- rvm @global do gem uninstall did_you_mean
5
+ - # Travis's rvm 2.5.5 installation comes with bundler 2.0.1 for some reason.
6
+ - if [ "$TRAVIS_RUBY_VERSION" = "2.5.5" ]; then rvm @global do gem uninstall bundler -v 2.0.1 -x; fi
7
bundler_args: --without development
8
language: ruby
9
rvm:
0 commit comments