Set travis distribution to bionic

Fixes flac-related CI failures as discussed in #83
zoo is also no longer installed, as it is not provided by ubuntu repos
newer than xenial.
This commit is contained in:
Benjamin Winger 2020-08-04 15:20:19 -04:00
parent d7e64d9fd6
commit df96736bf6
No known key found for this signature in database
GPG Key ID: 22E22BE7466677FC
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
language: python language: python
dist: bionic
python: python:
- "2.7" - "2.7"
- "3.3"
- "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7"
- "3.8"
# whitelist # whitelist
branches: branches:
only: only:
@ -12,7 +13,7 @@ branches:
# install some archive programs # install some archive programs
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq archmage arj bzip2 lbzip2 pbzip2 cabextract ncompress cpio bsdcpio lzop lcab p7zip p7zip-full zip unzip rpm2cpio binutils arc nomarch unalz lrzip bsdtar rzip zoo xdms lzip plzip clzip pdlzip sharutils flac unadf zoo zpaq libchm-bin genisoimage rpm - sudo apt-get install -qq archmage arj bzip2 lbzip2 pbzip2 cabextract ncompress cpio bsdcpio lzop lcab p7zip p7zip-full zip unzip rpm2cpio binutils arc nomarch unalz lrzip bsdtar rzip xdms lzip plzip clzip pdlzip sharutils flac unadf zpaq libchm-bin genisoimage rpm
# apt errors: # apt errors:
#E: Package 'p7zip-rar' has no installation candidate #E: Package 'p7zip-rar' has no installation candidate
#E: Package 'rar' has no installation candidate #E: Package 'rar' has no installation candidate