diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-02 15:31:21 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-02 18:10:50 -0400 |
commit | f590429592951ab1a39480e1d5fac05aa47a1192 (patch) | |
tree | 040e3c78b66ecb5bac86dde2041ccd74d8940884 /.travis.yml | |
parent | 0847e770bb1c666874da0374fadc0984ec3c62ef (diff) | |
download | podman-f590429592951ab1a39480e1d5fac05aa47a1192.tar.gz podman-f590429592951ab1a39480e1d5fac05aa47a1192.tar.bz2 podman-f590429592951ab1a39480e1d5fac05aa47a1192.zip |
Add .papr support
Don't run lint for now, since we seem to be running out of memory.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index be326c1ae..a079aa21e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ jobs: go: tip - stage: Integration Test script: + - make all - make integration go: 1.8.x |