fetch go vet and go cover in yaml

This commit is contained in:
Brad Rydzewski 2015-06-07 17:47:07 -07:00
parent d101ef3ed6
commit d683418e8f

View file

@ -54,5 +54,7 @@ build:
commands:
- apt-get update 1> /dev/null 2> /dev/null
- apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
- go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/cover
- make deps
- make test