From 3115b6c76236517ca6d10e54a1e34965c340531f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sun, 28 Jun 2015 01:32:59 +0200 Subject: [PATCH] travis: allow containerized builds These builds should be quicker and faster. We don't need sudo, so write that down for Travis to move us to these builds. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f8b7e93..9341639 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: go +sudo: false + install: - cd "${HOME}" - wget -O libgit2-0.22.1.tar.gz https://github.com/libgit2/libgit2/archive/v0.22.1.tar.gz