Skip to content

Commit 62834bd

Browse files
committed
travis-ci: add CentOS 8 and Ubuntu Eoan (19.10)
1 parent 3e3f209 commit 62834bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
env: OS=el DIST=6
1818
- name: "CentOS 7 build + deploy RPM"
1919
env: OS=el DIST=7
20+
- name: "CentOS 8 build + deploy RPM"
21+
env: OS=el DIST=8
2022
- name: "Fedora 28 build + deploy RPM"
2123
env: OS=fedora DIST=28
2224
- name: "Fedora 29 build + deploy RPM"
@@ -33,6 +35,8 @@ jobs:
3335
env: OS=ubuntu DIST=cosmic
3436
- name: "Ubuntu Disco (19.04) build + deploy DEB"
3537
env: OS=ubuntu DIST=disco
38+
- name: "Ubuntu Eoan (19.10) build + deploy DEB"
39+
env: OS=ubuntu DIST=eoan
3640
- name: "Debian Jessie (8) build + deploy DEB"
3741
env: OS=debian DIST=jessie
3842
- name: "Debian Stretch (9) build + deploy DEB"

0 commit comments

Comments
 (0)