blob: cf7801b8a65944396b3c282e77bbe9e895633934 [file] [log] [blame]
version: build-{build}.{branch}
clone_folder: C:\gopath\src\github.com\Masterminds\semver
shallow_clone: true
environment:
GOPATH: C:\gopath
platform:
- x64
install:
- go version
- go env
build_script:
- go install -v ./...
test_script:
- go test -v
deploy: off