Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 44cc485

Browse files
committed
Change the way how rabbitmq is installed in Travis CI configuration
1 parent c9782ae commit 44cc485

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ cache:
77
services:
88
- memcached
99
- mongodb
10-
- rabbitmq
1110
- redis-server
1211

12+
addons:
13+
apt:
14+
packages:
15+
- rabbitmq-server
16+
1317
env:
1418
global:
1519
- COMPOSER_ARGS="--no-interaction --no-plugins"

0 commit comments

Comments
 (0)