1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-19 21:08:30 +02:00

Add go vet to travis-ci

This commit is contained in:
Grant Murphy 2016-11-02 17:03:24 -07:00
parent 65d572f193
commit 344ebd1ab6

View File

@ -1,5 +1,6 @@
language: go
before_script:
- go vet ./...
go:
- 1.5
- tip