Include Golang binaries in PATH

This commit is contained in:
Marius 2017-01-27 14:27:02 +01:00 committed by GitHub
parent 198c72c479
commit 029191c863
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ install:
- git submodule update --init --recursive
build_script:
- set PATH=%GOPATH%\bin;%PATH%
- go env
- go version
- go get ./s3store