From df96736bf6fb0f2f16e7ff16e4a8737bba66b0c3 Mon Sep 17 00:00:00 2001 From: Benjamin Winger Date: Tue, 4 Aug 2020 15:20:19 -0400 Subject: [PATCH] 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. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index caa1dd6..eedaaae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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