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:
parent
acdeeae237
commit
1fc6a93ce5
@ -31,7 +31,7 @@ matrix:
|
||||
- rvm: jruby-head
|
||||
|
||||
before_install:
|
||||
- "gem update bundler"
|
||||
- "gem install bundler"
|
||||
|
||||
script:
|
||||
- bundle exec rspec
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user