Sha256: 062e109813ab0759b6e2d2fb5bf7d414a30af605452a48b94f90eb2fc4a08d33

Contents?: true

Size: 386 Bytes

Versions: 4

Compression:

Stored size: 386 Bytes

Contents

bundler_args: --without development
before_script: "./bin/ci/before_build.sh"
script: "bundle exec rspec -cfs spec"
rvm:
  - "2.0"
  - "1.9.3"
  - "jruby-19mode"
  - "1.9.2"
  - "rbx-19mode"
  - "1.8.7"
notifications:
  email: michael@rabbitmq.com
services:
  - rabbitmq
branches:
  only:
    - master
    - 0.9.x-stable
matrix:
  allow_failures:
    - rvm: rbx-19mode
    - rvm: 1.8.7

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bunny-1.0.0.rc2 .travis.yml
bunny-1.0.0.rc1 .travis.yml
bunny-1.0.0.pre6 .travis.yml
bunny-1.0.0.pre5 .travis.yml