travis: No longer necessary to install latest cmake from homebrew on macOS
This commit is contained in:
parent
d589c63107
commit
4c817b9bd5
1 changed files with 0 additions and 3 deletions
|
@ -12,7 +12,4 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
|
||||||
mkdir -p $HOME/.local
|
mkdir -p $HOME/.local
|
||||||
curl -L https://cmake.org/files/v3.4/cmake-3.4.1-Linux-i386.tar.gz \
|
curl -L https://cmake.org/files/v3.4/cmake-3.4.1-Linux-i386.tar.gz \
|
||||||
| tar -xz -C $HOME/.local --strip-components=1
|
| 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
|
fi
|
||||||
|
|
Loading…
Reference in a new issue