From 588cf2e63a883f68e4508ff5b7ff842e32bbefb2 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 4 May 2019 02:20:29 -0500 Subject: [PATCH] Remove deprecated sudo keyword from Travis CI configuration https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50d2526..076aeb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -sudo: false - language: python cache: pip -- 2.25.1