From ed5d686076b9b01ce5da7ed0bd37faeed216ae75 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 30 Nov 2017 10:16:16 -0600 Subject: Remove gitvalidation from travis gitvalidation in travis has been problematic. It is already being done in Fedora and Centos so we have a reliable test occuring there. Signed-off-by: baude Closes: #91 Approved by: rhatdan --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04df3a2d1..3eb8e9d5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ jobs: include: - stage: Build and Verify script: - - make .gitvalidation - make gofmt - make lint - make testunit @@ -42,7 +41,6 @@ jobs: go: 1.8.x - stage: Build and Verify script: - - make .gitvalidation - make gofmt - make lint - make testunit -- cgit v1.2.3-54-g00ecf