8000 Fix cmake installation on OS X in Travis · indianakernick/docopt.cpp@8f926b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f926b6

Browse files
author
Guillaume Fraux
committed
Fix cmake installation on OS X in Travis
1 parent 9ca0721 commit 8f926b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ matrix:
4949
before_install:
5050
- |
5151
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
52-
brew install cmake
52+
brew rm --force cmake && brew install cmake
5353
fi
5454
5555
- CMAKE_CXX_FLAGS+=" -Wall"

0 commit comments

Comments
 (0)
0