ci: travis: force meson version 0.54.3 as install for codecov

The newest meson 0.55 release is broken for a coverage build. (Version
0.55.1 should get the needed fix from this pull rewuest: https://github.com/mesonbuild/meson/pull/7411)

For now we force 0.54.3 as known working version.
This commit is contained in:
Stefan Schmidt 2020-07-16 10:04:49 +02:00
parent 6bf26fe74a
commit bd3f0b6ac6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [ "$TRAVIS_CPU_ARCH" = "s390x" ] ; then
else
sudo apt-get install -y luajit libluajit-5.1-dev
fi
sudo pip3 install meson
sudo pip3 install meson==0.54.3
travis_time_finish "bionic-deps"
travis_fold end "bionic-deps"