Skip to content

Commit

Permalink
use a more recent version of cmake, now required by cmany
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed May 4, 2020
1 parent 7ce02e6 commit 7fafaee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 7fafaee

Please sign in to comment.