From 70201fdf967c4594934799c665ce997fa5ffc66b Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Thu, 2 Nov 2017 14:41:51 -0700 Subject: [PATCH] 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 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be326c1a..3e1047b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,8 +47,6 @@ jobs: go: 1.9.x - script: - make .gitvalidation - - make gofmt - - make lint - make testunit - make docs - make