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 4d1887310b
commit cf5118cf2b
2 changed files with 34 additions and 0 deletions

32
.travis.yml Normal file
View file

@ -0,0 +1,32 @@
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:
- make fmt lint vet cover
- make controllers controllers-images
#- make test-e2e

View file

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