1version: 1.0.{build} 2clone_folder: c:\gopath\src\github.com\gdamore\encoding 3environment: 4 GOPATH: c:\gopath 5build_script: 6- go version 7- go env 8- SET PATH=%LOCALAPPDATA%\atom\bin;%GOPATH%\bin;%PATH% 9- go get -t ./... 10- go build 11- go install ./... 12test_script: 13- go test ./...