From f83a0e2e3c55535b5ddf05a5899802c3d95f88bd Mon Sep 17 00:00:00 2001 From: Rich Nistuk Date: Thu, 4 Oct 2018 15:02:55 -0700 Subject: [PATCH] KEP-486 modified the macos part of the travis script, removed the brew install cmake command to get over a CI build issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index be695fb2..419644b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ matrix: - os: osx osx_image: xcode10 env: - - MATRIX_EVAL="brew update && brew unlink python && brew install protobuf && brew install snappy && brew install lz4 && brew install openssl && brew install cmake" + - MATRIX_EVAL="brew update && brew unlink python && brew install protobuf && brew install snappy && brew install lz4 && brew install openssl" - CMAKE_URL="https://cmake.org/files/v3.12/cmake-3.12.1-Darwin-x86_64.tar.gz" - CMAKE_COMMAND="cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl"