14 lines
417 B
YAML
14 lines
417 B
YAML
language: go
|
|
go:
|
|
- 1.2
|
|
before_script:
|
|
- go get github.com/stretchr/testify/mock
|
|
- go get github.com/kr/pretty
|
|
script:
|
|
- go test -v -race github.com/google/cadvisor/container
|
|
- go test -v github.com/google/cadvisor/info
|
|
- go test -v github.com/google/cadvisor/client
|
|
- go test -v github.com/google/cadvisor/sampling
|
|
- go test -v github.com/google/cadvisor/storage/memory
|
|
- go build github.com/google/cadvisor
|