summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2017-11-30 10:16:16 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-30 17:42:21 +0000
commited5d686076b9b01ce5da7ed0bd37faeed216ae75 (patch)
treea7a09321773c878bfb6e68ff1178a116b82ec258 /.travis.yml
parent1f9c8942f1c384db6cf4093eeccfdd80d5ef6c3f (diff)
downloadpodman-ed5d686076b9b01ce5da7ed0bd37faeed216ae75.tar.gz
podman-ed5d686076b9b01ce5da7ed0bd37faeed216ae75.tar.bz2
podman-ed5d686076b9b01ce5da7ed0bd37faeed216ae75.zip
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 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