mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Test against ruby-2.0.0
Here we go again, this time, it's real. Travis now has bumped their worker VM with RVM that supports 2.0. Give it a try?
This commit is contained in:
parent
9c54bcc0b8
commit
56ec442bbc
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- jruby-19mode
|
- jruby-19mode
|
||||||
- rbx-19mode
|
- rbx-19mode
|
||||||
|
- 2.0
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
@ -15,3 +16,4 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: jruby-19mode
|
- rvm: jruby-19mode
|
||||||
- rvm: rbx-19mode
|
- rvm: rbx-19mode
|
||||||
|
- rvm: 2.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue