Commit b62d29d0 by Daniel Mendler Committed by GitHub

Merge pull request #73 from olleolleolle/patch-1

CI: rbx-3 in allow_failures, comment on Bundler
parents 317f9ffe 5b4ea8ee
......@@ -11,7 +11,10 @@ rvm:
- jruby-19mode
- rbx-3
before_install:
- gem install bundler -v'< 2' # the default bundler version on travis is very old and causes 1.9.3 build issues
# 1. The pre-installed Bundler version on Travis is very old; causes 1.9.3 build issues
# 2. Bundler 2.0 is not supported by the whole matrix
- gem install bundler -v'< 2'
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-3
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