From a4ca29489bd4a8f7485bedae78bbf81236100f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 18 Feb 2020 11:35:25 +0100 Subject: [PATCH] chg: Use bionic on travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 951befd..f7741bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ +dist: bionic + language: python cache: pip addons: apt: - sources: [ 'ubuntu-toolchain-r-test' ] packages: - - libstdc++6 - libfuzzy-dev python: