summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-11-02 19:35:33 -0400
committerGitHub <noreply@github.com>2017-11-02 19:35:33 -0400
commit7bb1d240281e95aeb5eb5f761823e766d2804683 (patch)
treec03a19ce82df57651218a0133d571c7887ce8b88 /.travis.yml
parentf0f5b51ff27d8eec790f2d5fc12c28c536149bb7 (diff)
parent6e37df18ef4e2750e954bf64f7dc46d57dcade3a (diff)
downloadpodman-7bb1d240281e95aeb5eb5f761823e766d2804683.tar.gz
podman-7bb1d240281e95aeb5eb5f761823e766d2804683.tar.bz2
podman-7bb1d240281e95aeb5eb5f761823e766d2804683.zip
Merge pull request #6 from rhatdan/papr
Add Papr support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index be326c1ae..185cdbece 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,16 +45,9 @@ jobs:
- make docs
- make
go: 1.9.x
- - script:
- - make .gitvalidation
- - make gofmt
- - make lint
- - make testunit
- - make docs
- - make
- go: tip
- stage: Integration Test
script:
+ - make all
- make integration
go: 1.8.x