From 89f847b62f1379dbe64781b9d2519c39b8c394ef Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 22 May 2020 12:21:10 +0200 Subject: [PATCH] Use recent version of ubuntu for get correct features on snap out of the box --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 532053cea..48d37dcb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -232,6 +232,7 @@ matrix: <<: *extended-test-suite - stage: "Snap" env: SNAP=true TOXENV=integration-external,apacheconftest-external-with-pebble TARGET_ARCH=amd64 + dist: bionic addons: apt: packages: @@ -270,6 +271,7 @@ matrix: <<: *not-on-master # See detailed reasoning for snap tests configuration juste above. - env: SNAP=true TARGET_ARCH=arm64 + dist: bionic addons: apt: packages: @@ -287,6 +289,7 @@ matrix: # skip_cleanup: true <<: *not-on-master - env: SNAP=true TARGET_ARCH=armhf + dist: bionic addons: apt: packages: