#!/bin/bash set -ex if [ $TRAVIS_OS_NAME == osx ]; then brew update || true brew upgrade boost || true brew install libsodium clang-format brew tap nlohmann/json brew install nlohmann_json fi