mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
godep restore pushd $GOPATH/src/github.com/appc/spec git co master popd go get go4.org/errorutil rm -rf Godeps godep save ./... git add vendor git add -f $(git ls-files --other vendor/) git co -- Godeps/LICENSES Godeps/.license_file_state Godeps/OWNERS
15 lines
208 B
YAML
15 lines
208 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
- 1.3
|
|
|
|
install:
|
|
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
|
|
|
script:
|
|
- go test -cover ./...
|
|
|
|
notifications:
|
|
email: false
|