19 lines
307 B
YAML
19 lines
307 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
|
|
go_import_path: k8s.io/kubectl
|
|
|
|
before_install:
|
|
- source ./bin/consider-early-travis-exit.sh
|
|
- go get -u github.com/golang/lint/golint
|
|
- go get -u golang.org/x/tools/cmd/goimports
|
|
|
|
script:
|
|
- ./bin/pre-commit.sh
|
|
|
|
# TBD. Suppressing for now.
|
|
notifications:
|
|
email: false
|