From 8452be93cf24b0dffe257ddab892a9c95d44c91b Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 13 May 2020 15:48:28 +0000 Subject: [PATCH] travis: use bionic almost everywhere A few tests were still running on xenial because at some point they were hanging. This switches now all tests to bionic except one docker test which still uses xenial to test with overlayfs. Signed-off-by: Adrian Reber --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c126b47f..b28bd64f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ jobs: - os: linux arch: amd64 env: TR_ARCH=fedora-rawhide - dist: xenial # test hangs on bionic + dist: bionic - os: linux arch: amd64 env: TR_ARCH=podman-test @@ -69,19 +69,19 @@ jobs: - os: linux arch: amd64 env: TR_ARCH=alpine CLANG=1 - dist: xenial # test hangs on bionic + dist: bionic - os: linux arch: amd64 env: TR_ARCH=alpine - dist: xenial # test hangs on bionic + dist: bionic - os: linux arch: amd64 env: TR_ARCH=centos - dist: xenial # test hangs on bionic + dist: bionic - os: linux arch: amd64 env: TR_ARCH=fedora-asan - dist: xenial # test hangs on bionic + dist: bionic - os: linux arch: amd64 env: TR_ARCH=armv7-cross