fixup for change to go vet

This commit is contained in:
Derek Collison
2013-12-12 14:17:58 -08:00
parent 6cbe515497
commit 8f5518d5ac

View File

@@ -11,6 +11,7 @@ install:
- DST=~/gopath/src/github.com/apcera
- mkdir -p "$DST"
- git clone --depth=1 --quiet https://github.com/apcera/nats.git "$DST"/nats
- go get code.google.com/p/go.tools/cmd/vet
script:
- go build