From b70a23a10a8172bc5393fc595c3fa85573a4add0 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 2 Oct 2019 19:27:41 +0300 Subject: [PATCH] sudo no longer needed https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53ce831c3..0b70248a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: required dist: xenial language: python python: "3.7"