k3s/vendor/k8s.io/heapster/.travis.yml
Darren Shepherd fa08d6076c Update vendor
2019-01-11 21:58:27 -07:00

17 lines
249 B
YAML

sudo: false
language: go
go_import_path: k8s.io/heapster
go:
- 1.6
install:
- go get -u github.com/axw/gocov/gocov
- go get -u golang.org/x/tools/cmd/cover
- go get -u github.com/mattn/goveralls
script:
- make test-unit test-unit-cov