2012-07-26 19:25:23 +02:00
|
|
|
language: ruby
|
2013-04-21 02:58:49 +02:00
|
|
|
script: 'bundle exec rake ci'
|
2012-07-26 19:25:23 +02:00
|
|
|
rvm:
|
2012-11-21 20:31:01 +01:00
|
|
|
- 1.9.3
|
2013-03-01 17:08:16 +01:00
|
|
|
- 2.0.0
|
2013-01-02 13:04:20 +01:00
|
|
|
- ruby-head
|
2012-12-06 23:25:12 +01:00
|
|
|
- rbx-19mode
|
2013-06-15 17:24:45 +02:00
|
|
|
- ruby-head
|
2013-06-15 17:35:34 +02:00
|
|
|
- jruby-19mode
|
2013-06-15 17:30:39 +02:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
2013-06-15 17:40:23 +02:00
|
|
|
- rvm: jruby-19mode # No fork(2) support, workaround planned
|
2013-06-25 18:04:17 +02:00
|
|
|
- rvm: ruby-head # Broken at this time, bundler issue on travis
|
2013-06-24 22:15:04 +02:00
|
|
|
- rvm: rbx-19mode # Broken at this time, yard/yardstick issue
|
2012-07-26 19:25:23 +02:00
|
|
|
notifications:
|
2013-06-02 22:11:30 +02:00
|
|
|
irc:
|
|
|
|
channels:
|
2013-06-02 22:36:06 +02:00
|
|
|
- irc.freenode.org#rom-rb
|
2013-06-02 22:11:30 +02:00
|
|
|
on_success: never
|
|
|
|
on_failure: change
|