20 lines
468 B
YAML
20 lines
468 B
YAML
language: ruby
|
|
script: 'bundle exec rake ci'
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- ruby-head
|
|
- rbx-19mode
|
|
- ruby-head
|
|
- jruby-19mode
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: jruby-19mode # No fork(2) support, workaround planned
|
|
- rvm: ruby-head # Broken at this time, bundler issue on travis
|
|
- rvm: rbx-19mode # Broken at this time, yard/yardstick issue
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- irc.freenode.org#rom-rb
|
|
on_success: never
|
|
on_failure: change
|