Skip to content

Commit

Permalink
Updating travis build config
Browse files Browse the repository at this point in the history
  • Loading branch information
kfitzgerald committed Mar 22, 2019
1 parent 2b42704 commit f97b8ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ node_js:
services:
- docker
before_install:
- docker pull rabbitmq:3.6-management
- docker run -d -p 5672:5672 -p 15672:15672 -e RABBITMQ_DEFAULT_VHOST=test -e RABBITMQ_DEFAULT_USER=test
-e RABBITMQ_DEFAULT_PASS=test rabbitmq:3.6-management
- docker pull rabbitmq:3-management
- docker run -d -p 5672:5672 -p 15672:15672 rabbitmq:3-management
- sleep 5
script:
- npm run report
Expand Down

0 comments on commit f97b8ba

Please sign in to comment.