free_mutant/.travis.yml

21 lines
468 B
YAML
Raw Normal View History

language: ruby
2013-04-21 02:58:49 +02:00
script: 'bundle exec rake ci'
rvm:
- 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
- rvm: rbx-19mode # Broken at this time, yard/yardstick issue
notifications:
irc:
channels:
2013-06-02 22:36:06 +02:00
- irc.freenode.org#rom-rb
on_success: never
on_failure: change