Files
vuls/.travis.yml
Kota Kanbe 81f2ba8a46 fix(report): record not found on reporting with OVAL #679 (#680)
* fix(report): record not found on reporting with OVAL #679

* lock go version in .travis.yml
2018-07-10 15:14:35 +09:00

8 lines
116 B
YAML

language: go
go:
- "1.10"
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash