ingress-nginx-helm/.travis.yml
Manuel de Brito Fontes 827fcf10dd Fix lint errors
2016-11-11 18:23:02 -03:00

34 lines
632 B
YAML

sudo: required
services:
- docker
language: go
notifications:
email: true
go:
- 1.7
go_import_path: k8s.io/ingress
env:
global:
- RELEASE="ci-${TRAVIS_BUILD_ID}"
install:
- go get github.com/golang/lint/golint
- go get github.com/mattn/goveralls
- go get github.com/modocache/gover
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
before_script:
- export PATH=$PATH:$PWD/hack/e2e-internal/
script:
# enable kubernetes/ingress in
# coveralls.io and add cover task
- make fmt lint vet test
- make controllers controllers-images
#- make test-e2e