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:
parent
515b115e26
commit
08de7ca41a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue