Skip to content

Commit

Permalink
enable rabbitmq management console
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Aug 13, 2019
1 parent f0b439c commit e3e0f98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ addons:
packages:
- rabbitmq-server

services:
- rabbitmq

before_install:
- go get -u golang.org/x/lint/golint
- go get github.com/gordonklaus/ineffassign
Expand All @@ -19,6 +16,7 @@ before_install:
- go get github.com/mattn/goveralls

script:
- sudo rabbitmq-plugins enable rabbitmq_management
- GO111MODULE=on "./pre-commit"
- GO111MODULE=on make test
- GO111MODULE=on make build-all
Expand Down

0 comments on commit e3e0f98

Please sign in to comment.