From c14ded39c7ded9598967d3cc94f4c454eedc6d7f Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 8 Jan 2020 10:47:27 -0600 Subject: [PATCH] obs: Add ubuntu 19.04 testing Now that we have obs packages for ubuntu 19.04, we should add it in the testing script. Fixes #884 Signed-off-by: Gabriela Cervantes --- tests/run_obs_testing.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run_obs_testing.sh b/tests/run_obs_testing.sh index 9e4a8cc318..ac71014de2 100755 --- a/tests/run_obs_testing.sh +++ b/tests/run_obs_testing.sh @@ -16,6 +16,7 @@ DOCKERFILE_PATH="${SCRIPT_PATH}/Dockerfile" declare -a OS_DISTRIBUTION=( \ 'ubuntu:16.04' \ 'ubuntu:18.04' \ + 'ubuntu:19.04' \ 'fedora:29' \ 'fedora:30' \ 'opensuse/leap:15.1' \