From e60d8efa821b15649fdb4ef555325c82c67b4264 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Thu, 17 Jan 2019 02:17:37 -0500 Subject: [PATCH] Remove sudo: false from .travis.yml (#484) Travis CI has already migrated their infrastructure: 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 c726692d..67791201 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ dist: xenial group: travis_latest -sudo: false cache: directories: - $HOME/.cache/pip