Skip to content

Commit

Permalink
Add rabbitmq-server package to CI build
Browse files Browse the repository at this point in the history
This is now needed on Travis, starting with Ubuntu Xenial:

https://docs.travis-ci.com/user/database-setup/#rabbitmq
  • Loading branch information
edudobay committed Dec 5, 2020
1 parent f76caa5 commit 51cd4ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ script:

services:
- rabbitmq

addons:
apt:
packages:
- rabbitmq-server

0 comments on commit 51cd4ab

Please sign in to comment.