Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add amqp reporter support #130

Merged
merged 16 commits into from
Jun 18, 2019
Prev Previous commit
Next Next commit
attemp to fix appveyor
  • Loading branch information
rustatian committed Jun 13, 2019
commit 7d42ecf94822f9807b5f5187ca83b4bdd81ab492
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ environment:
GOFLAGS: -mod=readonly

install:
- choco install rabbitmq --ignoredependencies -y
- echo %PATH%
- echo %GOPATH%
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
Expand Down