summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-12 10:49:51 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-12 10:49:51 +0300
commitb06203a34b19272727928082efd893493ff4a97a (patch)
treefd1205b8b158206bda914a8dc90c4b03c994e293 /.ci
parentbcd92c0604dc9291e9fbfa55a5ee0354d27271f6 (diff)
Install the bundled spdlog
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index da5db114..f49db9b8 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -4,7 +4,7 @@ set -ex
if [ $TRAVIS_OS_NAME == osx ]; then
brew update
- brew install qt5 lmdb clang-format ninja libsodium spdlog
+ brew install qt5 lmdb clang-format ninja libsodium
brew upgrade boost cmake
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py