mirror of
https://github.com/securego/gosec.git
synced 2025-03-01 04:33:29 +00:00
Add go vet to travis-ci
This commit is contained in:
parent
65d572f193
commit
344ebd1ab6
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
|
before_script:
|
||||||
|
- go vet ./...
|
||||||
go:
|
go:
|
||||||
- 1.5
|
- 1.5
|
||||||
- tip
|
- tip
|
||||||
|
|
Loading…
Reference in a new issue