Updated circle.yml

This commit is contained in:
Torkel Ödegaard 2015-03-07 12:43:17 +01:00
parent cc89bc02f4
commit 97499aaa75

View File

@ -3,4 +3,5 @@ machine:
- docker
test:
- go test -v ./pkg/...
override:
- go test -v ./pkg/...