mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Remove ruby-head from travis.yml.
Apparently, the guys at Travis removed this RVM package: $ rvm use ruby-head --install --binary --fuzzy ruby-head is not installed.
This commit is contained in:
parent
1f076d7ce1
commit
e6c50703a9
1 changed files with 1 additions and 2 deletions
|
@ -5,10 +5,9 @@ rvm:
|
|||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- ruby-head
|
||||
- jruby-19mode
|
||||
- rbx-19mode
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: 1.9.2
|
||||
- rvm: jruby-19mode
|
||||
- rvm: jruby-19mode
|
||||
|
|
Loading…
Reference in a new issue