Sha256: b1ca03ac265227b88493d7f7e7b90dfe72da43cf1fd9353d374e9d8be193c05e
Contents?: true
Size: 734 Bytes
Versions: 8
Compression:
Stored size: 734 Bytes
Contents
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 - ruby-head - rbx 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
Version data entries
8 entries across 8 versions & 7 rubygems