Sha256: 45d51024db1d2af16392c6019a7e404b0b98c0dd2268153fe2ffa7efdc7d6381

Contents?: true

Size: 427 Bytes

Versions: 2

Compression:

Stored size: 427 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bunny-1.7.1 .travis.yml
bunny-1.7.0 .travis.yml