Skip to content

Commit 5a52814

Browse files
committed
travis-ci: update Ubuntu versions
Dropped Ubuntu Disco, which is EOL. Added Ubuntu Focal. Fixes #159
1 parent 21f638b commit 5a52814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
- env: OS=debian DIST=buster
112112
- env: OS=ubuntu DIST=xenial
113113
- env: OS=ubuntu DIST=bionic
114-
- env: OS=ubuntu DIST=disco
115114
- env: OS=ubuntu DIST=eoan
115+
- env: OS=ubuntu DIST=focal
116116

117117
python:
118118
- 2.7

test.pkg.all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ distros="
1515
debian:buster
1616
ubuntu:xenial
1717
ubuntu:bionic
18-
ubuntu:disco
1918
ubuntu:eoan
19+
ubuntu:focal
2020
"
2121

2222
if ! type packpack; then

0 commit comments

Comments
 (0)