Commit eb5ad012 by Olle Jonsson Committed by GitHub

Travis: Use Bundler < 2

parent 94f0a8cf
......@@ -11,7 +11,7 @@ rvm:
- jruby-19mode
- rbx-3
before_install:
- gem install bundler # the default bundler version on travis is very old and causes 1.9.3 build issues
- gem install bundler -v'< 2' # the default bundler version on travis is very old and causes 1.9.3 build issues
matrix:
allow_failures:
- rvm: ruby-head
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment