mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
commit
5b3c6f1965
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.2
|
||||||
|
- tip
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get code.google.com/p/go.tools/cmd/cover
|
||||||
|
- go get github.com/coreos/etcd
|
||||||
|
- bad=$(gofmt -s -l pkg/ cmd/) bash -x -c '[[ -z "$bad" ]]'
|
||||||
|
- ./hack/build-go.sh
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./hack/test-go.sh
|
||||||
|
- PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh
|
Loading…
Reference in New Issue
Block a user