summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAaron Conole <aaron@bytheb.org>2015-07-20 19:13:47 -0400
committerBen Pfaff <blp@nicira.com>2015-07-21 10:14:16 -0700
commit0f89f1a7352ca141411439350b7ecd21a853a39b (patch)
tree2068be02e08bb01ec827492768c727d6f13951bc /.travis.yml
parent43e5a5b27d791e4d6c09734c839d5f3118fbf418 (diff)
downloadopenvswitch-0f89f1a7352ca141411439350b7ecd21a853a39b.tar.gz
.travis.yml: Tell travis-ci that sudo support is required
.travis/prepare.sh calls sudo. Signed-off-by: Aaron Conole <aaron@bytheb.org> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 36d95bdf8..70cc14bd9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ compiler:
before_install: ./.travis/prepare.sh
+sudo: true
+
env:
- OPTS="--disable-ssl"
- TESTSUITE=1 KERNEL=3.18.1