From 4694cb7f9462fe100117a03e0f85039e16830075 Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Thu, 30 Sep 2021 17:34:18 -0400 Subject: [PATCH] Switch to Ubuntu bionic, see: ManageIQ/manageiq#21472 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2465565c..ff9c07f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,4 @@ addons: install: bin/setup after_script: bin/ci/after_script after_failure: bin/ci/after_failure +dist: bionic