1
0
Fork 0
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:
Anton Davydov 2016-04-14 00:51:18 +03:00
parent 92d149d4cf
commit 9d10caa692

View file

@ -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