We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303126b commit 646a3c4Copy full SHA for 646a3c4
2 files changed
.travis.yml
@@ -14,8 +14,6 @@ addons:
14
- gcc-6
15
- python-docutils
16
- python3-pip
17
-before_install:
18
- - sudo -H python3 -m pip install pip==8.1.1
19
install: test/travis-install.sh
20
script: test/travis-build.sh
21
test/travis-install.sh
@@ -2,7 +2,8 @@
2
3
set -e
4
5
-sudo python3 -m pip install pytest meson
+# Meson 0.45 requires Python 3.5 or newer
6
+sudo python3 -m pip install pytest meson==0.44
7
wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip
8
unzip ninja-linux.zip
9
chmod 755 ninja
0 commit comments