From bfba7fd6e68278ea58fc9786bca939ea0135de0a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 25 Aug 2019 03:19:59 +0200 Subject: [PATCH] Travis CI: Remove sudo and dist lines Sudo is deprecated in Travis and Xenial is the current default distro --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08afa00..da92537 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ -dist: xenial language: python -sudo: required python: - "3.4" - "3.5"