From fb4b09c6da612f49a8c3ec3557177431d9b865c4 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Fri, 17 Jan 2020 21:57:02 +0100
Subject: [PATCH] Remove old snippet from mac build

---
 .ci/script.sh | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.ci/script.sh b/.ci/script.sh
index f618a5a8f..61a01d951 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -32,13 +32,6 @@ if [ $TRAVIS_OS_NAME == linux ]; then
 fi
 
 if [ $TRAVIS_OS_NAME == osx ]; then
-    # Build dependencies.
-    cmake -Hdeps -B.deps -DCMAKE_BUILD_TYPE=Release \
-        -DUSE_BUNDLED_BOOST=OFF \
-        -DUSE_BUNDLED_GTEST=OFF \
-        -DUSE_BUNDLED_JSON=OFF
-    cmake --build .deps
-
     # Build the library.
     cmake -H. -Bbuild -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl \
         -DBUILD_LIB_TESTS=OFF \
-- 
GitLab