travis: Take out make lint for go tip

It is failing and our source can't be compatible with stable and tip
at the same time.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-11-02 14:41:51 -07:00
parent c44c712a42
commit 70201fdf96
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ jobs:
go: 1.9.x
- script:
- make .gitvalidation
- make gofmt
- make lint
- make testunit
- make docs
- make