Files
kubernetes/.travis.yml
2014-07-02 23:27:00 -07:00

20 lines
361 B
YAML

language: go
go:
- 1.3
- tip
install:
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/coreos/etcd
- ./hack/verify-gofmt.sh
- ./hack/verify-boilerplate.sh
- ./hack/build-go.sh
script:
- ./hack/test-go.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh
notifications:
irc: "chat.freenode.net#google-containers"