Sha256: a3a46829d4440e812e3c11a5771ff5539d7fc3c7e32079671cfe57d7578cb811

Contents?: true

Size: 620 Bytes

Versions: 1

Compression:

Stored size: 620 Bytes

Contents

dist: bionic
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.3"
  - "2.5.5"
  - "2.4.5"
  - "2.3.8"
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

1 entries across 1 versions & 1 rubygems

Version Path
bunny-2.14.4 .travis.yml