summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2019-03-06 18:41:00 +0300
committerBen Pfaff <blp@ovn.org>2019-03-06 14:30:59 -0800
commitd8ef755f97eac5425c37fc98d1ee317707e95312 (patch)
tree11f8403b29464d14cf1d3d3f747937bd2983bc45
parent258eb30910d957904d38e29f3028c4f524a854af (diff)
downloadopenvswitch-d8ef755f97eac5425c37fc98d1ee317707e95312.tar.gz
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 <aconole@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6f2b0650d..a30e9134b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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