From 08f7dd401729dd5b0fd71e96c3692187dbedb1b2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 4 May 2019 14:07:41 +1000 Subject: [PATCH] Revert "travis.yml: Use the meson stable branch to workaround regression" This reverts commit a543e337909c7e4afaa54d5d76107983c438c75d. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bc70be..00f195c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,7 @@ matrix: python: 3.5 env: PATH=$PATH:$TRAVIS_BUILD_DIR/c2man-install install: - - 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 + - pip install meson ninja before_script: - bash .ci/build-c2man.sh script: -- 2.40.0