free_mutant/.travis.yml

27 lines
734 B
YAML
Raw Normal View History

language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci"
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- rbx-19mode
2013-06-15 11:30:39 -04:00
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
2013-06-15 11:30:39 -04:00
allow_failures:
- rvm: ruby-head # Broken at this time, rvm issue on travis
- rvm: rbx-19mode # Broken at this time, yard/yardstick issue
- rvm: jruby-19mode # No fork(2) support, workaround planned
- rvm: jruby-head # No fork(2) support, workaround planned
notifications:
irc:
channels:
2013-07-29 16:16:01 -04:00
- irc.freenode.org#mutant
on_success: never
on_failure: change