From fa3f33d3c7d21147bfd62a5ffd787ee2cc0362a4 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 27 Sep 2017 19:03:11 +0200 Subject: [PATCH] Use sudo to install pip dependencies in travis --- travis/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/install_deps.sh b/travis/install_deps.sh index ce1cd71..cdf166b 100755 --- a/travis/install_deps.sh +++ b/travis/install_deps.sh @@ -29,7 +29,7 @@ esac sudo apt-get update -qq sudo apt-get install -qq python3-pip ${PACKAGES} -pip3 install meson +sudo pip3 install meson # Ninja cd $HOME