travis: add bill-of-materials checking

Fixes #7780
This commit is contained in:
Anthony Romano
2017-04-24 16:10:24 -07:00
parent 2059c8e9e7
commit 3e7bd47cd5

View File

@@ -42,6 +42,7 @@ addons:
before_install:
- go get -v -u github.com/chzchzchz/goword
- go get -v -u github.com/coreos/license-bill-of-materials
- go get -v -u honnef.co/go/tools/cmd/gosimple
- go get -v -u honnef.co/go/tools/cmd/unused
- go get -v -u honnef.co/go/tools/cmd/staticcheck