From fed2fcbe2500d190cb58801d877fbf637598009f Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 26 Jun 2015 00:14:13 +0200 Subject: [PATCH] Enable container-based Travis builds. See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ Apparently disabling sudo is all that's needed. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3d7d131de9..9196c68912 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ # We use native code. +sudo: false + language: go go: