From: Nirbheek Chauhan Date: Fri, 12 Oct 2018 14:38:55 +0000 (+0530) Subject: travis.yml: Use the meson stable branch to workaround regression X-Git-Tag: v1.0.7~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a543e337909c7e4afaa54d5d76107983c438c75d;p=fribidi travis.yml: Use the meson stable branch to workaround regression meson: error: unrecognized arguments: -u --no-rebuild --print-errorlogs FAILED: meson-test Upstream PR: https://github.com/mesonbuild/meson/pull/4259 --- diff --git a/.travis.yml b/.travis.yml index 00f195c..1bc70be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,9 @@ matrix: python: 3.5 env: PATH=$PATH:$TRAVIS_BUILD_DIR/c2man-install install: - - pip install meson ninja + - pip install ninja + # XXX: Move back to the latest release once 0.48.1 is out + - pip install git+https://github.com/mesonbuild/meson@0.48 before_script: - bash .ci/build-c2man.sh script: