Skip to content

Commit

Permalink
Merge pull request #177 from vmarmol/add-vet
Browse files Browse the repository at this point in the history
Add go vet to travis.
  • Loading branch information
vishh committed Aug 13, 2014
2 parents 7e8f203 + 0c13938 commit 64e7ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 64e7ec0

Please sign in to comment.