Sha256: e310617b9ce10fff94cf302925a601f117927d975c4fa755def79cfebf8100dd

Contents?: true

Size: 401 Bytes

Versions: 11

Compression:

Stored size: 401 Bytes

Contents

language: ruby
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

11 entries across 11 versions & 1 rubygems

Version Path
bunny-1.0.7 .travis.yml
bunny-1.0.6 .travis.yml
bunny-1.0.5 .travis.yml
bunny-1.1.0.pre2 .travis.yml
bunny-1.1.0.pre1 .travis.yml
bunny-1.0.4 .travis.yml
bunny-1.0.3 .travis.yml
bunny-1.0.2 .travis.yml
bunny-1.0.1 .travis.yml
bunny-1.0.0 .travis.yml
bunny-1.0.0.rc3 .travis.yml