Skip to content

Commit

Permalink
Install bundler for JRuby
Browse files Browse the repository at this point in the history
Travis log:

    $ gem update bundler --no-document
    jruby: warning: unknown property jruby.cext.enabled
    Updating installed gems
    Nothing to update
    $ bundle install --jobs=3 --retry=3
    /home/travis/build.sh: line 179: bundle: command not found
    The command "eval bundle install --jobs=3 --retry=3" failed. Retrying, 2 of 3.
  • Loading branch information
drbrain committed Jun 22, 2016
1 parent d07fd9f commit ddb89be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rvm:
- rbx-2
- rbx
before_install:
- gem update bundler --no-document
- gem install bundler --no-document
before_script:
- unset JRUBY_OPTS
script: ruby -Ilib exe/rake
Expand Down

0 comments on commit ddb89be

Please sign in to comment.