Update ingress godeps

This commit is contained in:
Manuel de Brito Fontes 2016-08-10 14:53:55 -04:00
parent d43021b3f1
commit 28db8fb16d
1068 changed files with 461467 additions and 117300 deletions

View file

@ -3,9 +3,8 @@ sudo: false
language: go
go:
- 1.3
- 1.4
- 1.5
- 1.5.4
- 1.6.3
- tip
install:
@ -14,5 +13,5 @@ install:
- go install ./...
script:
- verify/all.sh
- verify/all.sh -v
- go test ./...