inflecto/.travis.yml

26 lines
513 B
YAML

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
- 2.1.3
- ruby-head
- rbx-19mode
notifications:
irc:
channels:
- "irc.freenode.org#rom-rb"
on_success: never
on_failure: change
email:
on_success: never
on_failure: change
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"