Sha256: 053ef70176ab9fd936ad66b81bb38bb82b6c5e63fb8cc465e6fe505c885aac1b

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 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
  - ruby-head
  - rbx-19mode
matrix:
  include:
    - rvm: jruby-19mode
      env: JRUBY_OPTS="$JRUBY_OPTS --debug"
    - rvm: jruby-head
      env: JRUBY_OPTS="$JRUBY_OPTS --debug"
  allow_failures:
    - rvm: 1.9.3       # mutant fails
    - rvm: 2.0.0       # mutant fails
    - rvm: ruby-head   # travis broken
    - rvm: rbx-19mode  # mutant fails
notifications:
  irc:
    channels:
      - irc.freenode.org#rom-rb
    on_success: never
    on_failure: change

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
axiom-0.1.1 .travis.yml