commit
64e7ec0ed8
@ -4,9 +4,11 @@ go:
|
||||
before_script:
|
||||
- go get github.com/stretchr/testify/mock
|
||||
- go get github.com/kr/pretty
|
||||
- go get code.google.com/p/go.tools/cmd/vet
|
||||
- wget http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb
|
||||
- sudo dpkg -i influxdb_latest_amd64.deb
|
||||
- sudo service influxdb start
|
||||
script:
|
||||
- go test -v -race github.com/google/cadvisor/...
|
||||
- go build github.com/google/cadvisor
|
||||
- go vet github.com/google/cadvisor
|
||||
|
Loading…
Reference in New Issue
Block a user