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

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
This commit is contained in:
Peter M. Goldstein 2013-11-20 16:02:31 -08:00
parent 6b0629d54f
commit f387e34e32

View file

@ -1,8 +1,10 @@
language: ruby
services:
- redis-server
rvm:
- 1.9.3
- jruby-19mode
- rbx-19mode
- rbx-2.1.1
- 2.0.0
branches:
only:
@ -15,5 +17,4 @@ notifications:
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode
- rvm: 2.0.0
- rvm: rbx-2.1.1