.travis.yml: Tell travis-ci that sudo support is required
authorAaron Conole <aaron@bytheb.org>
Mon, 20 Jul 2015 23:13:47 +0000 (19:13 -0400)
committerBen Pfaff <blp@nicira.com>
Tue, 21 Jul 2015 17:14:16 +0000 (10:14 -0700)
.travis/prepare.sh calls sudo.

Signed-off-by: Aaron Conole <aaron@bytheb.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
.travis.yml
AUTHORS

index 36d95bd..70cc14b 100644 (file)
@@ -5,6 +5,8 @@ compiler:
 
 before_install: ./.travis/prepare.sh
 
+sudo: true
+
 env:
   - OPTS="--disable-ssl"
   - TESTSUITE=1 KERNEL=3.18.1
diff --git a/AUTHORS b/AUTHORS
index 3110158..de6e055 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,7 @@
 The following people authored or signed off on commits in the Open
 vSwitch source code or webpage version control repository.
 
+Aaron Conole            aaron@bytheb.org
 Aaron Rosen             arosen@clemson.edu
 Alexandru Copot         alex.mihai.c@gmail.com
 Alexei Starovoitov      ast@plumgrid.com