mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Travis seems to be having issues pulling deps, so we'll have to check in the vendor directory and prevent the makefile from trying to regenerate it normally.
13 lines
187 B
YAML
13 lines
187 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
- 1.3
|
|
- 1.2
|
|
- tip
|
|
|
|
install:
|
|
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
|
|
|
script:
|
|
- go test -cover
|