Enable coveralls

This commit is contained in:
Manuel de Brito Fontes 2016-11-23 23:18:48 -03:00
parent 850af9329d
commit 61f124d786
3 changed files with 7 additions and 4 deletions

View file

@ -15,6 +15,8 @@ go_import_path: k8s.io/ingress
env:
global:
# to add additional secure variables:
# docker run --rm caktux/travis-cli encrypt key=value -r kubernetes/ingress
- RELEASE="ci-${TRAVIS_BUILD_ID}"
install:
@ -27,8 +29,6 @@ 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 fmt lint vet cover
#- make controllers controllers-images
#- make test-e2e