Sha256: 99a0b20bf61507028fb8997c70758ee59fa0433d83d582dcd6b050241f1246f5

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

sudo: false
language: ruby
script: 'bundle exec rake ci'
rvm:
  - 2.0.0
  - 2.1.4
  - 2.2.0
  - rbx-2
matrix:
  include:
    - 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

3 entries across 3 versions & 1 rubygems

Version Path
unparser-0.2.2 .travis.yml
unparser-0.2.1 .travis.yml
unparser-0.2.0 .travis.yml