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 07b28f4 commit d66ae2fCopy full SHA for d66ae2f
.travis.yml
@@ -1,7 +1,8 @@
1
bundler_args: --without development
2
before_install:
3
- gem update --system
4
- - gem update bundler
+ - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
5
+ - gem install bundler -v '~> 1.14'
6
cache: bundler
7
env:
8
global:
0 commit comments