We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f638b commit 5a52814Copy full SHA for 5a52814
.travis.yml
@@ -111,8 +111,8 @@ jobs:
111
- env: OS=debian DIST=buster
112
- env: OS=ubuntu DIST=xenial
113
- env: OS=ubuntu DIST=bionic
114
- - env: OS=ubuntu DIST=disco
115
- env: OS=ubuntu DIST=eoan
+ - env: OS=ubuntu DIST=focal
116
117
python:
118
- 2.7
test.pkg.all.sh
@@ -15,8 +15,8 @@ distros="
15
debian:buster
16
ubuntu:xenial
17
ubuntu:bionic
18
- ubuntu:disco
19
ubuntu:eoan
+ ubuntu:focal
20
"
21
22
if ! type packpack; then
0 commit comments