Skip to content

Commit

Permalink
Merge pull request #73 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
CI: rbx-3 in allow_failures, comment on Bundler
  • Loading branch information
minad committed Feb 5, 2019
2 parents 317f9ff + 5b4ea8e commit b62d29d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b62d29d

Please sign in to comment.