From 8b8113fb808e3b06855c89ccc37986ccc983298f Mon Sep 17 00:00:00 2001 From: Ahsan Fayaz Date: Thu, 9 Jan 2020 15:03:47 +0000 Subject: [PATCH] Stick to meson version 0.52.0. Version 0.53.0 has compatibility issues with python 3.5.2 which is shipped with Ubuntu 16.04. Better stick to a specific version and only update after checking compatibility. See mesonbuild/meson#6427. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25e5d45..c00cad3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ addons: before_script: - pip3 install wheel - - pip3 install meson + - pip3 install --upgrade 'meson==0.52.0' - meson --version script: