(travis) Add explicit sudo:true to .travis.yml
Georgina Thevenet [Fri, 27 Mar 2015 18:35:54 +0000 (19:35 +0100)]
The 'sudo' setting now defaults to false on establishing of new github=>travis
linkages, so the CI runs will fail for anyone who wants to smoke their own
fork.

.travis.yml
AUTHORS

index e7d1fa7..359a9e9 100644 (file)
@@ -77,6 +77,8 @@ env:
   - CLEANTEST=false
   - CLEANTEST=true VCPU_USE=1
 
+sudo: true
+
 matrix:
   fast_finish: true
   include:
diff --git a/AUTHORS b/AUTHORS
index aa0fe63..e047e33 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -75,6 +75,7 @@ felliott: Fitz Elliott <fitz.elliott@gmail.com>
 freetime: Bill Moseley <moseley@hank.org>
 frew: Arthur Axel "fREW" Schmidt <frioux@gmail.com>
 gbjk: Gareth Kirwan <gbjk@thermeon.com>
+geotheve: Georgina Thevenet <geotheve@gmail.com>
 Getty: Torsten Raudssus <torsten@raudss.us>
 goraxe: Gordon Irving <goraxe@cpan.org>
 gphat: Cory G Watson <gphat@cpan.org>