twingly / twingly-amqp

:bus: Ruby gem for RabbitMQ subscribing and publishing
0 stars 0 forks source link

Test with latest Ruby versions on Travis #79

Closed roback closed 4 years ago

roback commented 4 years ago

Reason for the test failures. Not sure why it happened though.

$ sudo systemctl start rabbitmq-server
Failed to start rabbitmq-server.service: Unit rabbitmq-server.service not found.
roback commented 4 years ago

Ah: https://docs.travis-ci.com/user/database-setup/#rabbitmq

RabbitMQ can be launched on Ubuntu Xenial using the APT addon in .travis.yml

addons:
 apt:
   packages:
   - rabbitmq-server