summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/script.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh
index f5966349..377f23e1 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -11,7 +11,6 @@ if [ $TRAVIS_OS_NAME == osx ]; then
 fi
 
 # Build & install dependencies
-mkdir -p .deps/usr/{lib,include}/
 cmake -Hdeps -B.deps \
     -DUSE_BUNDLED_BOOST=${USE_BUNDLED_BOOST} \
     -DUSE_BUNDLED_SPDLOG=${USE_BUNDLED_SPDLOG}