Skip to content

Commit

Permalink
fix appveyor, attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Jun 14, 2019
1 parent f0a8dd0 commit 9b6c758
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:
GO111MODULE: on
GOFLAGS: -mod=readonly

before_test:
install:
- ps: $webclient=New-Object System.Net.WebClient

- ECHO Downloading Erlang...
Expand Down Expand Up @@ -52,8 +52,6 @@ before_test:

- ECHO Getting RabbitMQ status...
- cmd /c "C:\Program Files\RabbitMQ Server\rabbitmq_server-%rabbitmq_version%\sbin\rabbitmqctl.bat" status

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

0 comments on commit 9b6c758

Please sign in to comment.