Sha256: 3b9150c3f3435c53fed9a1bee01ccc5842d8adcab7b5ef4466599a1348bb0067

Contents?: true

Size: 467 Bytes

Versions: 2

Compression:

Stored size: 467 Bytes

Contents

language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rspec"
rvm:
  - 1.9.2
  - 1.9.3
  - 2.0.0
  - 2.1.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"
notifications:
  email:
    recipients:
      - arne@arnebrasseur.net
    on_success: never
    on_failure: change

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yaks-0.2.0 .travis.yml
yaks-0.1.0 .travis.yml