Skip to content

Commit

Permalink
[CI] Install recent version of cmake on macos unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGitb committed Sep 3, 2020
1 parent d57a827 commit 977bdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
tools/linux/scripts/trusty-install-deps.sh;
elif [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$TOOL" == "cmake" ]]; then
tools/osx/scripts/cmake-brew-install.sh;
brew upgrade cmake;
fi

script:
Expand Down

0 comments on commit 977bdb2

Please sign in to comment.