From b45ac1831d540b07da7d9a651502f536b3635147 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Tue, 15 Oct 2019 17:57:29 +0800 Subject: [PATCH] travis: Ubuntu has changed the package name? --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9044473..ec8e86a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,3 +31,8 @@ matrix: # it works now, but may be broken in the future again - python: nightly env: DEPS=aiohttp + +addons: + apt: + packages: + - libgnutls28-dev