From 06b4946e68ce2ecdec91cfe7c878d3508499f18f Mon Sep 17 00:00:00 2001 From: Mrunal Patel <mrunalp@gmail.com> 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 <mrunalp@gmail.com> --- .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