node_exporter/vendor/github.com/mwitkow/go-conntrack/.travis.yml
Ben Kochie cdb9e7d2b8
Update vendor/
Signed-off-by: Ben Kochie <superq@gmail.com>
2020-05-14 19:47:23 +02:00

18 lines
269 B
YAML

sudo: false
language: go
go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
install:
- go get github.com/stretchr/testify
- go get github.com/prometheus/client_golang/prometheus
- go get golang.org/x/net/context
- go get golang.org/x/net/trace
script:
- go test -v ./...