mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Add some more Ruby versions to travis.yml.
Ignoring build errors for the first few runs.
This commit is contained in:
parent
22bae20d15
commit
d247e7af5c
1 changed files with 12 additions and 2 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,6 +1,16 @@
|
|||
language: ruby
|
||||
before_script:
|
||||
- bundle exec rake compile
|
||||
rvm:
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
before_script:
|
||||
- bundle exec rake compile
|
||||
- ruby-head
|
||||
- jruby-19mode
|
||||
- rbx-19mode
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: 1.9.2
|
||||
- rvm: ruby-head
|
||||
- rvm: jruby-19mode
|
||||
- rvm: rbx-19mode
|
Loading…
Reference in a new issue