[ovs-dev] [PATCH] travis: Remove 'sudo' configuration.

Ilya Maximets i.maximets at samsung.com
Wed Mar 6 15:41:00 UTC 2019


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."

Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f97e44a22..ef2a37750 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
-- 
2.17.1



More information about the dev mailing list