From b4718f69434ed924a43cb3d167e8b61f2de29b3e Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sat, 11 Apr 2015 01:59:11 -0300 Subject: [PATCH] Travis: require sudo so not to run on a container --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6f18f82e86..a9f0489696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: cpp +sudo: required before_install: - APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-travis-env.sh -y && . ~/.profile && popd