mirror of https://github.com/k3s-io/k3s
add travis integration
parent
3e1e3d90a3
commit
8bd747a904
|
@ -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