There was an error while loading. Please reload this page.
1 parent f279f47 commit 61d3827Copy full SHA for 61d3827
1 file changed
.travis.yml
@@ -1,5 +1,9 @@
1
language: ruby
2
#bundler_args: --without development
3
+before_install:
4
+ - rvm @global do gem uninstall bundler --all --executables
5
+ - rvm @global do gem install bundler -v '~> 1.12.0'
6
+ - bundle --version
7
rvm:
8
- 2.2.2
9
- 2.2.7
0 commit comments