travis: No longer necessary to install latest cmake from homebrew on macOS

This commit is contained in:
MerryMage 2016-11-23 18:23:17 +00:00
parent d589c63107
commit 4c817b9bd5

View file

@ -12,7 +12,4 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
mkdir -p $HOME/.local
curl -L https://cmake.org/files/v3.4/cmake-3.4.1-Linux-i386.tar.gz \
| tar -xz -C $HOME/.local --strip-components=1
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update > /dev/null # silence the very verbose output
brew install cmake
fi