Sha256: 2b7574fe572f44d5578941f91f47ef1369a490551ab43d859194d52c07f191bd

Contents?: true

Size: 374 Bytes

Versions: 7

Compression:

Stored size: 374 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bunny-2.2.2 .travis.yml
bunny-2.2.1 .travis.yml
bunny-2.2.0 .travis.yml
bunny-2.1.0 .travis.yml
bunny-2.0.1 .travis.yml
bunny-2.0.0 .travis.yml
bunny-2.0.0.rc2 .travis.yml