From f8f0aecaac9ed43aae38551f07a3ebe99b68a4bb Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Wed, 15 Jan 2020 10:43:04 -0500 Subject: [PATCH] Task: ansible-pulp CI should use Ubuntu 18.04 bionic To stay current, have parity with the plugin_template and pulp-operator. Fixes: #5997 ansible-pulp CI should use Ubuntu 18.04 bionic https://pulp.plan.io/issues/5997 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82542ba34..c244dd65f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: required # By default, Traivs provides Ubuntu 14.04 VMs. We specify a newer release so # that Python 3.7 can be used in testing. -dist: xenial +dist: bionic services: - docker