From 41a07762355fa0804de4e7a156330270105d38f6 Mon Sep 17 00:00:00 2001 From: palewire Date: Thu, 26 Jul 2018 15:36:31 -0700 Subject: [PATCH] Is sudo really required? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3b28ce..a9c886c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python -sudo: required +sudo: false cache: - pip