Sha256: c087082fdcd3e114a262e037e0083da25f1fb1441c8fff91f40418400a6c5f0c

Contents?: true

Size: 420 Bytes

Versions: 7

Compression:

Stored size: 420 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bunny-1.1.5 .travis.yml
bunny-1.1.4 .travis.yml
bunny-1.1.3 .travis.yml
bunny-1.1.2 .travis.yml
bunny-1.1.1 .travis.yml
bunny-1.1.0 .travis.yml
bunny-1.1.0.rc1 .travis.yml