From bd7e8b3b3f53eee8bc53c4e7f7b7779c8b66c024 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 2 Mar 2019 21:14:41 +0100 Subject: [PATCH] Travis: remove "sudo:false" Per the deprecation of container-based builds (https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration), remove the sudo:false setting. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35caa0d..de545e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,6 @@ install: true # the test command: script: python ./setup.py test -# no need for sudo access, silence notice: -sudo: false - # enable OSX support, with only system python: matrix: include: -- 2.39.5