From 9b9b7dce24de3c0d522e910adceddd93f0c5752e Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 2 Mar 2019 21:09:30 +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 f34460b..10bcdbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,6 @@ install: true # the test command: script: python ./setup.py test -# no need for sudo access, silence notice: -sudo: false - # but we do need a system library: addons: apt: -- 2.39.2