summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-07 20:15:23 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-07 20:15:37 +0200
commite6cdf16089b07d24b62388ec597dfeb92c390eae (patch)
tree7ec6d9e695fc8b24cf477928060cd2eb6783691c /.travis.yml
parente483012906a36bcb7f254146488fa4f6018ee901 (diff)
[travis] Install meson in homedir.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 08bc2e09..0f04e028 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ before_install:
install:
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev flex/trusty-backports libfl-dev/trusty-backports
- sudo apt-get install -y --force-yes python3-pip
- - pip3 install meson==0.41.2
+ - pip3 install --user meson==0.41.2
- wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip
- unzip ninja-linux.zip
- export PATH=$(pwd):$PATH