gems.descendants_tracker-0.0.4..travis.yml Maven / Gradle / Ivy
The newest version!
language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci:metrics"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- ruby-head
- rbx-2
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-20mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-21mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
allow_failures:
- rvm: 2.1.0 # buggy runtime
fast_finish: true
notifications:
irc:
channels:
- irc.freenode.org#rom-rb
on_success: never
on_failure: change