Commit 820051d4 by Torkel Ödegaard

Updated circle.yml

parent 97499aaa
......@@ -2,6 +2,10 @@ machine:
services:
- docker
build:
override:
- go run build.go build
test:
override:
- go test -v ./pkg/...
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment