Skip to content

Commit

Permalink
Merge pull request #19 from tschoonj/fix-travis-ci-meson
Browse files Browse the repository at this point in the history
Travis-CI: use older meson version for Xenial
  • Loading branch information
tschoonj authored Jan 16, 2020
2 parents b5ea391 + 10e0f67 commit 0f5ff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ before_install:
if [ $TRAVIS_OS_NAME == linux ]; then
sudo apt-get --yes --force-yes update || exit 1
sudo apt-get --yes --force-yes install libgsl0-dev python3 python3-pip python3-setuptools python3-dev doxygen || exit 1
pip3 install meson ninja || exit 1
pip3 install meson==0.52.1 ninja || exit 1
fi
- |
if [ $TRAVIS_OS_NAME == osx ] ; then
Expand Down

0 comments on commit 0f5ff0a

Please sign in to comment.