Update CMake to latest on Travis

This commit is contained in:
Kevin Tonon 2018-04-03 08:28:07 -04:00
parent 73cc5089e3
commit a35d414c39

View File

@ -277,6 +277,7 @@ script:
if [[ (-x $(which brew)) ]]; then if [[ (-x $(which brew)) ]]; then
brew update brew update
brew install cmake ninja brew install cmake ninja
brew upgrade cmake
cmake --version cmake --version
fi fi