1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

travis: Use Python 3.5 for Meson

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2018-07-10 14:42:05 +02:00
parent 515b115e26
commit 08de7ca41a
No known key found for this signature in database
GPG key ID: AC203F96E2C34BB7

View file

@ -61,8 +61,8 @@ before_install:
# TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu
install:
- sudo apt-get install -y --force-yes flex/trusty-backports libfl-dev/trusty-backports
- sudo apt-get install -y --force-yes python3-pip
- pip3 install --user meson
- sudo apt-get install -y --force-yes python3.5-pip
- pip3.5 install --user meson
- wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip
- unzip ninja-linux.zip
- export PATH=$(pwd):$PATH