From 0ea55c651ab0b01dfd441db108ebf50c52a2354e Mon Sep 17 00:00:00 2001
From: Joe <rubberduckie3554@gmail.com>
Date: Sun, 24 Feb 2019 17:06:31 -0500
Subject: [PATCH] Fix missing \ issue

---
 .ci/script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/script.sh b/.ci/script.sh
index c92cb40bd..f3150ea00 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -31,7 +31,7 @@ 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_GTEST=OFF \
         -DUSE_BUNDLED_JSON=OFF
     cmake --build .deps
 
-- 
GitLab