From ac953f883d864507f42d45ac0b6ec6a3a2393bcd Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 8 Apr 2015 15:24:34 -0400 Subject: [PATCH] require sudo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 25b2e321..2f53fb37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ # http://docs.travis-ci.com/user/languages/go/ language: go script: script/test +sudo: required notifications: email: false