From ce59dffb34190e780be2fa9f449f842cadee9753 Mon Sep 17 00:00:00 2001 From: Lars Schneider Date: Tue, 26 Jan 2016 10:53:43 +0100 Subject: [PATCH] travis-ci: explicity use container-based infrastructure Set `sudo: false` to explicitly use the (faster) container-based infrastructure for the Travis-CI Linux build. More info: https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments Signed-off-by: Lars Schneider Signed-off-by: Junio C Hamano --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 610881e04..f8b73ec3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: c +sudo: false + cache: directories: - $HOME/travis-cache -- 2.11.0