1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
endofunky--sidetiq/.travis.yml

14 lines
206 B
YAML
Raw Normal View History

2013-01-31 12:54:34 -05:00
language: ruby
before_script:
- bundle exec rake compile
2013-01-31 12:54:34 -05:00
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- jruby-19mode
- rbx-19mode
matrix:
allow_failures:
- rvm: 1.9.2
2013-02-08 07:53:12 -05:00
- rvm: jruby-19mode