mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user