Add go vet to travis

This commit is contained in:
Ken-Håvard Lieng 2015-06-10 02:01:51 +02:00
parent 75d06698c7
commit ff9cae7794
1 changed files with 3 additions and 1 deletions

View File

@ -8,12 +8,14 @@ env:
- GOMAXPROCS=2
install:
- go get golang.org/x/tools/cmd/vet
- go get github.com/jteeuwen/go-bindata/...
- cd client
- npm install -g gulp
- npm install
- go get github.com/jteeuwen/go-bindata/...
script:
- gulp -p
- cd ..
- go vet ./...
- go test -v -race ./...