1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-03 22:52:22 +02:00
gosec/.travis.yml
2017-01-14 14:03:31 -08:00

7 lines
95 B
YAML

language: go
before_script:
- go vet $(go list ./... | grep -v /vendor/)
go:
- 1.5
- tip