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:
parent
d7e64d9fd6
commit
df96736bf6
|
@ -1,10 +1,11 @@
|
|||
language: python
|
||||
dist: bionic
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
# whitelist
|
||||
branches:
|
||||
only:
|
||||
|
@ -12,7 +13,7 @@ branches:
|
|||
# install some archive programs
|
||||
before_install:
|
||||
- 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:
|
||||
#E: Package 'p7zip-rar' has no installation candidate
|
||||
#E: Package 'rar' has no installation candidate
|
||||
|
|
Loading…
Reference in New Issue