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
This commit is contained in:
Kota Kanbe
2018-07-10 15:14:35 +09:00
committed by GitHub
parent 9e9370b178
commit 81f2ba8a46
5 changed files with 101 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
language: go
go:
- 1.x
- "1.10"
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash