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:31:10 -0800
commitddc39724c58528a061dcfd15eba541500e96fd1c (patch)
tree07155638855daaf7634d177752f6503a6769c98d
parent9aa1fe3057551e2a0cddcc640ceb82cc6428f003 (diff)
downloadopenvswitch-ddc39724c58528a061dcfd15eba541500e96fd1c.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 eb0667fce..90aedef7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,8 +15,6 @@ before_install: ./.travis/prepare.sh
before_script: export PATH=$PATH:$HOME/bin
-sudo: false
-
env:
- OPTS="--disable-ssl"
- TESTSUITE=1 KERNEL=3.18.1