From 3a9a17e864f76b08f398d7170d5fbec54de11a80 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Thu, 6 Feb 2020 16:52:46 -0500 Subject: [PATCH] .travis.yml: add focal builds to CI We recently saw our first in-focal regression, so now is the time to start gating on it. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5236fc1610..9e571fac7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,12 @@ matrix: - make travis-deb-install script: - make travis-deb-script + - env: + PACKAGE_BUILD_SERIES=focal + install: + - make travis-deb-install + script: + - make travis-deb-script - python: 3.4 env: TOXENV=py3-trusty,flake8-trusty dist: trusty