diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-02-22 14:27:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-22 14:27:43 -0500 |
commit | 8039ccf4d560acbc308066cf8996bc4e6167a4a9 (patch) | |
tree | 01e2e4c937a51c2eaf62bc712d358c3925df3876 /contrib/cirrus/integration_test.sh | |
parent | 1788addd047310ee8b8c7a62d8949953b93cfca7 (diff) | |
parent | 69c91e044a41455b9d089767f4094c8f992faa7e (diff) | |
download | podman-8039ccf4d560acbc308066cf8996bc4e6167a4a9.tar.gz podman-8039ccf4d560acbc308066cf8996bc4e6167a4a9.tar.bz2 podman-8039ccf4d560acbc308066cf8996bc4e6167a4a9.zip |
Merge pull request #2411 from cevich/ubuntu_go111
Cirrus: Install Go 1.11 on Ubuntu VMs
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh index 58c8af289..0fd86dfdc 100755 --- a/contrib/cirrus/integration_test.sh +++ b/contrib/cirrus/integration_test.sh @@ -19,7 +19,7 @@ case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in ubuntu-18) make install PREFIX=/usr ETCDIR=/etc make test-binaries - SKIP_USERNS=1 make localintegration + SKIP_USERNS=1 make localintegration GINKGOTIMEOUT=90m ;; fedora-29) ;& # Continue to the next item fedora-28) ;& |