Update netlink vendoring (#1471)
* github.com/ema/qdisc * github.com/mdlayher/genetlink * github.com/mdlayher/wifi Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
8c3de12c22
commit
0e77317955
245 changed files with 6515 additions and 1699 deletions
8
vendor/github.com/ema/qdisc/.travis.yml
generated
vendored
8
vendor/github.com/ema/qdisc/.travis.yml
generated
vendored
|
|
@ -1,16 +1,16 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.x
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
os:
|
||||
- linux
|
||||
sudo: required
|
||||
before_install:
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get honnef.co/go/tools/cmd/staticcheck
|
||||
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
|
||||
- go get -d ./...
|
||||
script:
|
||||
- go build -tags=gofuzz ./...
|
||||
- go vet ./...
|
||||
- staticcheck ./...
|
||||
#- golint -set_exit_status ./...
|
||||
- golangci-lint run ./...
|
||||
- go test -v -race -tags=integration ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue