From 357123cb73d39db9f16c5fdfe2cb55ed70618e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Mon, 21 Oct 2019 09:26:36 +0200 Subject: Remove deprecated keyword "sudo" from travis config. cf. https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration modified: .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7eddab6d..54153aa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: python -sudo: false cache: pip python: - '2.7' -- cgit v1.2.3