Skip to content

Commit e580f6d

Browse files
committed
travis-ci: add new Linux distribution versions
Added Fedora 30, Ubuntu Eoan and Focal. CentOS 8 and Fedora 31 are not added: we should resolve several build problems first. Filed #164 regarding this.
1 parent 21e3ebf commit e580f6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ env:
1212
- OS=el DIST=7
1313
- OS=fedora DIST=28
1414
- OS=fedora DIST=29
15+
- OS=fedora DIST=30
1516
- OS=ubuntu DIST=trusty
1617
- OS=ubuntu DIST=xenial
1718
- OS=ubuntu DIST=bionic
19+
- OS=ubuntu DIST=eoan
20+
- OS=ubuntu DIST=focal
1821
- OS=debian DIST=jessie
1922
- OS=debian DIST=stretch
2023
- OS=debian DIST=buster

0 commit comments

Comments
 (0)