From cf2a9ee3366e0d6527a4d0aa29691d6c4c892b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Fri, 18 Oct 2019 16:27:51 +0200 Subject: [PATCH] remove deprecated keyword "sudo" from travis config (#243) 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 9b568a012b..b4f0c36780 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: python -sudo: required os: linux cache: pip: true