1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-31 17:27:13 +00:00

Use gem install bundler on Travis CI for jruby-head

This is required since bundler support seems to be broken right now on
the default "image" of jruby-head on Travis. If we install it explicitly
(or update it to the latest version on all other Rubies), we will be
fine though.
This commit is contained in:
Holger Just 2017-01-18 23:59:42 +01:00
parent acdeeae237
commit 1fc6a93ce5

View File

@ -31,7 +31,7 @@ matrix:
- rvm: jruby-head
before_install:
- "gem update bundler"
- "gem install bundler"
script:
- bundle exec rspec