Sha256: afd0af81321276d04d9a9c5b5bca0de6a28848fed65f3ddd971beecb08333b03

Contents?: true

Size: 607 Bytes

Versions: 3

Compression:

Stored size: 607 Bytes

Contents

language: ruby
bundler_args: --without development
cache: bundler
before_install:
  - gem install bundler
before_script:
  - "./bin/ci/install_on_debian.sh"
  - until sudo lsof -i:5672; do echo "Waiting for RabbitMQ to start..."; sleep 1; done
  - "./bin/ci/before_build.sh"
script: "bundle exec rake integration_without_recovery"
rvm:
  - ruby-head
  - "2.6.0"
  - "2.5.1"
  - "2.4.2"
  - "2.3.5"
notifications:
  email: michael@rabbitmq.com
services:
  - rabbitmq
branches:
  only:
    - master
    - 2.12.x-stable
    - 2.11.x-stable
env:
  - CI=true
matrix:
  allow_failures:
    rvm:
      - ruby-head

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bunny-2.14.3 .travis.yml
bunny-2.14.2 .travis.yml
bunny-2.14.1 .travis.yml