Files
weave-scope/vendor/github.com/bluele/gcache/wercker.yml
2015-10-24 11:19:50 +01:00

16 lines
308 B
YAML

box: wercker/golang
build:
steps:
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Test the project
- script:
name: go test
code: |
cd $WERCKER_SOURCE_DIR
go version
go test