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 3e3f209 commit 62834bdCopy full SHA for 62834bd
.travis.yml
@@ -17,6 +17,8 @@ jobs:
17
env: OS=el DIST=6
18
- name: "CentOS 7 build + deploy RPM"
19
env: OS=el DIST=7
20
+ - name: "CentOS 8 build + deploy RPM"
21
+ env: OS=el DIST=8
22
- name: "Fedora 28 build + deploy RPM"
23
env: OS=fedora DIST=28
24
- name: "Fedora 29 build + deploy RPM"
@@ -33,6 +35,8 @@ jobs:
33
35
env: OS=ubuntu DIST=cosmic
34
36
- name: "Ubuntu Disco (19.04) build + deploy DEB"
37
env: OS=ubuntu DIST=disco
38
+ - name: "Ubuntu Eoan (19.10) build + deploy DEB"
39
+ env: OS=ubuntu DIST=eoan
40
- name: "Debian Jessie (8) build + deploy DEB"
41
env: OS=debian DIST=jessie
42
- name: "Debian Stretch (9) build + deploy DEB"
0 commit comments