mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix JRuby build
This commit is contained in:
parent
92d149d4cf
commit
9d10caa692
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ sudo: false
|
||||||
cache: bundler
|
cache: bundler
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
before_install:
|
||||||
|
- gem install bundler
|
||||||
|
- gem update bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1.8
|
- 2.1.8
|
||||||
|
|
Loading…
Reference in a new issue