From 7fafaee01534b565ebe4a5b45b65b38dbd4425a7 Mon Sep 17 00:00:00 2001 From: Joao Paulo Magalhaes Date: Tue, 5 May 2020 00:20:49 +0200 Subject: [PATCH] use a more recent version of cmake, now required by cmany --- .ci/travis_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/travis_install.sh b/.ci/travis_install.sh index 4f2a366..288a7c5 100755 --- a/.ci/travis_install.sh +++ b/.ci/travis_install.sh @@ -13,7 +13,6 @@ if [ "$TRAVIS_OS_NAME" == "linux" ] ; then sudo apt-get install -y \ python3-pip \ python3-dev \ - cmake \ build-essential \ qemu-system \ gcc-arm-linux-gnueabihf \ @@ -30,6 +29,8 @@ if [ "$TRAVIS_OS_NAME" == "linux" ] ; then PIP=pip3 ARM_ABI=1 + pip3 install cmake + elif [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update