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:
parent
6b0629d54f
commit
f387e34e32
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue