free_mutant/.travis.yml

21 lines
443 B
YAML
Raw Normal View History

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