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 <bbaude@redhat.com>

Closes: #91
Approved by: rhatdan
This commit is contained in:
baude 2017-11-30 10:16:16 -06:00 committed by Atomic Bot
parent 1f9c8942f1
commit ed5d686076

View file

@ -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