From: David Bremner Date: Mon, 4 Nov 2019 02:09:45 +0000 (-0400) Subject: switch travis to bionic X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=36c0b9f60c7bf017e7066b345b642bd678dd8dba;p=notmuch-old switch travis to bionic This should solve the problem with pytest versions. Drop the notmuch PPA, as (hopefully) we don't need those packages in bionic --- diff --git a/.travis.yml b/.travis.yml index 6c03f0fb..9dc03619 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ language: c -dist: xenial +dist: bionic addons: apt: sources: - sourceline: 'ppa:xapian-backports/ppa' - - sourceline: 'ppa:notmuch/notmuch' packages: - dtach - libxapian-dev