1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/.travis.yml
Peter M. Goldstein f387e34e32 1. Add Redis to .travis.yml
2. Update configuration to use a valid Rubinius config
3. Make failures of Ruby 2.0.0 fail the spec run
2013-11-20 18:26:12 -08:00

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