Fix travis build using go_import_path
This commit is contained in:
parent
5f2922783e
commit
4ab3b66d40
2 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,8 @@ notifications:
|
|||
go:
|
||||
- 1.7
|
||||
|
||||
go_import_path: k8s.io/ingress
|
||||
|
||||
env:
|
||||
global:
|
||||
- RELEASE="ci-${TRAVIS_BUILD_ID}"
|
||||
|
@ -26,5 +28,5 @@ before_script:
|
|||
|
||||
script:
|
||||
- make fmt lint vet cover
|
||||
- make controllers controller-images
|
||||
- make controllers controllers-images
|
||||
#- make test-e2e
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
// vim: ft=asciidoc
|
||||
|
||||
[](https://travis-ci.org/kubernetes/ingress)
|
||||
|
||||
= Ingress
|
||||
:toc: macro
|
||||
:toc-title:
|
||||
|
|
Loading…
Reference in a new issue