gosec/.travis.yml
2016-11-02 17:03:24 -07:00

6 lines
65 B
YAML

language: go
before_script:
- go vet ./...
go:
- 1.5
- tip