From 2fdfa4854023a1b8a715227e951ced6ea2ca1619 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Wed, 6 Mar 2019 18:41:00 +0300 Subject: travis: Remove 'sudo' configuration. Since TravisCI migrated jobs from containers to VMs, 'sudo' is always available. Setting 'sudo: false' is misleading because it makes no effect. https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure "Container-based infrastructure is currently being deprecated. Please remove any sudo: false keys in your .travis.yml file to use the default fully-virtualized Linux infrastructure instead." Acked-by: Aaron Conole Signed-off-by: Ilya Maximets Signed-off-by: Ben Pfaff --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fd0ad4ee6..32d5f1918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,6 @@ before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh before_script: export PATH=$PATH:$HOME/bin -sudo: false - env: - OPTS="--disable-ssl" - TESTSUITE=1 KERNEL=3.16.54 -- cgit v1.2.1