1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge pull request #2927 from davydovanton/fix-jruby

Fix JRuby build
This commit is contained in:
Mike Perham 2016-04-13 16:35:47 -07:00
commit 637a460005

View file

@ -3,6 +3,9 @@ sudo: false
cache: bundler
services:
- redis-server
before_install:
- gem install bundler
- gem update bundler
rvm:
- 2.0.0
- 2.1.8