Fix travis build using go_import_path

This commit is contained in:
Manuel de Brito Fontes 2016-11-10 22:05:58 -03:00
parent 5f2922783e
commit 4ab3b66d40
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -1,5 +1,7 @@
// vim: ft=asciidoc // vim: ft=asciidoc
[![Build Status](https://travis-ci.org/kubernetes/ingress.svg?branch=master)](https://travis-ci.org/kubernetes/ingress)
= Ingress = Ingress
:toc: macro :toc: macro
:toc-title: :toc-title: