Skip to content

Commit

Permalink
.travis.yml: add focal builds to CI
Browse files Browse the repository at this point in the history
We recently saw our first in-focal regression, so now is the time to
start gating on it.
  • Loading branch information
OddBloke authored and patriciadomin committed Feb 27, 2020
1 parent 2124e92 commit 3a9a17e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3a9a17e

Please sign in to comment.