1
0
Fork 0
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:
Tobias Svensson 2013-02-08 12:48:36 +00:00
parent 22bae20d15
commit d247e7af5c

View file

@ -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