diff options
author | baude <bbaude@redhat.com> | 2017-11-30 10:16:16 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-30 17:42:21 +0000 |
commit | ed5d686076b9b01ce5da7ed0bd37faeed216ae75 (patch) | |
tree | a7a09321773c878bfb6e68ff1178a116b82ec258 | |
parent | 1f9c8942f1c384db6cf4093eeccfdd80d5ef6c3f (diff) | |
download | podman-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
-rw-r--r-- | .travis.yml | 2 |
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 |