Commit 317f9ffe by Daniel Mendler Committed by GitHub

Merge pull request #72 from olleolleolle/patch-3

Travis: Use Bundler < 2
parents 72fed2be eb5ad012
......@@ -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