From eace0bd3fe6a36c55a3bfeb8cc24eddd7dd51d77 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 25 Jul 2019 15:19:35 +0200 Subject: [PATCH] Travis CI: The sudo: tag is now fully deprecated in Travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f80b4c34a0..86e7187bde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ # ref: https://docs.travis-ci.com/user/languages/python language: python dist: xenial -sudo: true services: - docker