node_exporter/vendor/github.com/mdlayher/wifi/.travis.yml
Ben Kochie 0e77317955
Update netlink vendoring (#1471)
* github.com/ema/qdisc
* github.com/mdlayher/genetlink
* github.com/mdlayher/wifi

Signed-off-by: Ben Kochie <superq@gmail.com>
2019-09-05 15:35:13 +02:00

17 lines
292 B
YAML

language: go
go:
- 1.x
os:
- linux
sudo: required
before_install:
- go get golang.org/x/lint/golint
- go get honnef.co/go/tools/cmd/staticcheck
- go get -d -t ./...
script:
- go build ./...
- go vet ./...
- staticcheck ./...
- ./scripts/golint.sh
- go test -race -v ./...