From fe4abc40ce49ad9712b91a78cbc2989446ec8c3e Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Fri, 12 Dec 2014 19:39:09 -0500 Subject: [PATCH] Disable unused sudo-ability from Travis in hopes of faster startup times. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1761f1e17..7af8a5ed1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: go +sudo: false go: - 1.3