dependencies are only dependencies of unit tests
This commit is contained in:
parent
02a8f0b164
commit
26597cf9bc
@ -1,14 +1,9 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.2
|
- 1.2
|
||||||
before_script::
|
before_script:
|
||||||
- go get -u github.com/google/cadvisor
|
|
||||||
- go get github.com/stretchr/testify/mock
|
- go get github.com/stretchr/testify/mock
|
||||||
- go get github.com/docker/libcontainer/cgroups
|
|
||||||
- go get github.com/docker/libcontainer/cgroups/fs
|
|
||||||
- go get github.com/fsouza/go-dockerclient
|
|
||||||
- go get github.com/kr/pretty
|
- go get github.com/kr/pretty
|
||||||
- go get github.com/dotcloud/docker/nat
|
|
||||||
script:
|
script:
|
||||||
- go test -v -race github.com/google/cadvisor/container
|
- go test -v -race github.com/google/cadvisor/container
|
||||||
- go test -v -race github.com/google/cadvisor/info
|
- go test -v -race github.com/google/cadvisor/info
|
||||||
|
Loading…
Reference in New Issue
Block a user