Sha256: cb9461abbbfbf2cc30ef019727ed45cd187dbb8a3855e78768fc50c964c8260c

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

before_install: gem update bundler
cache: bundler
sudo: false
env:
  global:
    - JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
language: ruby
script: "bundle exec rake ci"
rvm:
  - 1.8.7
  - 1.9.3
  - 2.0.0
  - 2.1
  - 2.2
  - jruby-18mode
  - jruby-19mode
  - jruby-head
  - rbx-2
  - ree
  - ruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
  fast_finish: true
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
equalizer-0.0.10 .travis.yml