Skip to content
Snippets Groups Projects
Unverified Commit 6c8214d7 authored by Travis Ralston's avatar Travis Ralston Committed by GitHub
Browse files

It helps if you maintain the PATH

parent ca4d4ba7
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi
- msiexec /i go%GOVERSION%.windows-amd64.msi /q
- set Path=c:\go\bin;c:\gopath\bin
- set PATH=c:\go\bin;c:\gopath\bin;$PATH
- go version
- go env
- go get github.com/constabulary/gb/...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment