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:
|
go:
|
||||||
- 1.7
|
- 1.7
|
||||||
|
|
||||||
|
go_import_path: k8s.io/ingress
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- RELEASE="ci-${TRAVIS_BUILD_ID}"
|
- RELEASE="ci-${TRAVIS_BUILD_ID}"
|
||||||
|
@ -26,5 +28,5 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make fmt lint vet cover
|
- make fmt lint vet cover
|
||||||
- make controllers controller-images
|
- make controllers controllers-images
|
||||||
#- make test-e2e
|
#- make test-e2e
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
// vim: ft=asciidoc
|
// vim: ft=asciidoc
|
||||||
|
|
||||||
|
[](https://travis-ci.org/kubernetes/ingress)
|
||||||
|
|
||||||
= Ingress
|
= Ingress
|
||||||
:toc: macro
|
:toc: macro
|
||||||
:toc-title:
|
:toc-title:
|
||||||
|
|
Loading…
Reference in a new issue