feat build: Run go vet before building

This commit is contained in:
Vincent Ambo 2017-06-22 15:55:38 +02:00
parent 5bc6370af2
commit 8c7a3d6c30

View file

@ -1 +1,4 @@
---
language: go
before_script:
- go vet ./...