mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
add travis integration
This commit is contained in:
parent
3e1e3d90a3
commit
8bd747a904
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.2
|
||||||
|
- tip
|
||||||
|
|
||||||
|
install:
|
||||||
|
- bad=$(gofmt -s -l pkg/ cmd/) bash -x -c '[[ -z "$bad" ]]'
|
||||||
|
- ./hack/build-go.sh
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./hack/test-go.sh
|
||||||
|
- ./hack/integration-test.sh
|
||||||
|
- ./hack/e2e-test.sh
|
Loading…
Reference in New Issue
Block a user