From: Georgina Thevenet Date: Fri, 27 Mar 2015 18:35:54 +0000 (+0100) Subject: (travis) Add explicit sudo:true to .travis.yml X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=93b72ec2764215c20ab510ecc99c31f4a55aa325 (travis) Add explicit sudo:true to .travis.yml 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. --- diff --git a/.travis.yml b/.travis.yml index 8b6e51a..bb651c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 88b0663..9e2bbff 100644 --- a/AUTHORS +++ b/AUTHORS @@ -75,6 +75,7 @@ felliott: Fitz Elliott freetime: Bill Moseley frew: Arthur Axel "fREW" Schmidt gbjk: Gareth Kirwan +geotheve: Georgina Thevenet Getty: Torsten Raudssus goraxe: Gordon Irving gphat: Cory G Watson