Skip to content
Snippets Groups Projects
Commit 1b8c5e85 authored by Joe Donofry's avatar Joe Donofry
Browse files

Attempt to fix mac CI issues

parent 0ea55c65
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,7 @@ if [ $TRAVIS_OS_NAME == osx ]; then
brew upgrade boost || true
brew install libsodium clang-format
brew tap nlohmann/json
brew install nlohmann_json
# the nlohmann install seems to make travis angry
# because of the number of log messages
brew install --with-cmake nlohmann_json > /dev/null
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment