commit 45d30088e9932df3e68496e90ebfb640da9feed9 parent 0470e6ff9dfa9cfa15e4862dcaf032f11355a931 Author: [email protected] <[email protected]> Date: Mon, 5 Sep 2016 11:11:27 +0300 macOS builds: install cmake only if missing Diffstat:
M | .travis.yml | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -49,8 +49,7 @@ matrix: - TEST=XCODE6.3 CMAKEARGS="-DCMAKE_BUILD_TYPE=Release .." before_install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew reinstall cmake ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install cmake ; fi - cmake --version script: