Skip to content

Commit

Permalink
Remove gitvalidation from travis
Browse files Browse the repository at this point in the history
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
  • Loading branch information
baude authored and rh-atomic-bot committed Nov 30, 2017
1 parent 1f9c894 commit ed5d686
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
include:
- stage: Build and Verify
script:
- make .gitvalidation
- make gofmt
- make lint
- make testunit
Expand All @@ -42,7 +41,6 @@ jobs:
go: 1.8.x
- stage: Build and Verify
script:
- make .gitvalidation
- make gofmt
- make lint
- make testunit
Expand Down

0 comments on commit ed5d686

Please sign in to comment.