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

2. Update configuration to use a valid Rubinius config 3. Make failures of Ruby 2.0.0 fail the spec run
20 lines
304 B
YAML
20 lines
304 B
YAML
language: ruby
|
|
services:
|
|
- redis-server
|
|
rvm:
|
|
- 1.9.3
|
|
- jruby-19mode
|
|
- rbx-2.1.1
|
|
- 2.0.0
|
|
branches:
|
|
only:
|
|
- master
|
|
notifications:
|
|
irc: "irc.freenode.org#sidekiq"
|
|
email:
|
|
recipients:
|
|
- sidekiq@librelist.org
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: jruby-19mode
|
|
- rvm: rbx-2.1.1
|