dependencies are only dependencies of unit tests

This commit is contained in:
Nan Monnand Deng 2014-06-13 15:16:25 -04:00
parent 02a8f0b164
commit 26597cf9bc

View File

@ -1,14 +1,9 @@
language: go
go:
- 1.2
before_script::
- go get -u github.com/google/cadvisor
before_script:
- 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/dotcloud/docker/nat
script:
- go test -v -race github.com/google/cadvisor/container
- go test -v -race github.com/google/cadvisor/info