Skip to content

Commit

Permalink
travis: Remove 'sudo' configuration.
Browse files Browse the repository at this point in the history
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 <aconole@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
igsilya authored and blp committed Mar 6, 2019
1 parent 258eb30 commit d8ef755
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -21,8 +21,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.39
Expand Down

0 comments on commit d8ef755

Please sign in to comment.