Sha256: 19cd7c8710b2014c55cf05bbb1a29e8029c8f64a44dafabe45f4739b29167dd5

Contents?: true

Size: 435 Bytes

Versions: 2

Compression:

Stored size: 435 Bytes

Contents

language: ruby
script: 'bundle exec rake ci'
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.2
  - 2.1.3
  - rbx-2
matrix:
  include:
    - rvm: jruby
      env: JRUBY_OPTS="$JRUBY_OPTS --debug --1.9"  # for simplecov
    - rvm: jruby
      env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.0"  # for simplecov
  allow_failures:
    - rvm: rbx-2
notifications:
  irc:
    channels:
      - irc.freenode.org#mutant
    on_success: never
    on_failure: change

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
unparser-0.1.16 .travis.yml
unparser-0.1.15 .travis.yml