Sha256: a68e898cd1c71a3300189a7a872f9a0518cb6724b3c1f19ddfffcae3b8283096

Contents?: true

Size: 633 Bytes

Versions: 3

Compression:

Stored size: 633 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.7.1"
  - "2.6.6"
  - "2.5.8"
  - "2.4.10"
  - "2.3.8"
notifications:
  email: michael@rabbitmq.com
services:
  - rabbitmq
branches:
  only:
    - master
    - 2.14.x-stable
    - 2.13.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.17.0 .travis.yml
bunny-2.16.1 .travis.yml
bunny-2.15.0 .travis.yml