cadvisor/.travis.yml
Vishnu kannan 4c43545dd5 Update golang to v1.5.3
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-01-21 14:57:18 -08:00

13 lines
207 B
YAML

language: go
sudo: false
go:
- 1.5.3
install:
- true
before_script:
- go get golang.org/x/tools/cmd/vet
- go get github.com/kr/godep
script:
- export PATH=$PATH:$HOME/gopath/bin
- ./build/presubmit.sh