Newer
Older
#!/bin/bash
set -ex
if [ $TRAVIS_OS_NAME == osx ]; then
brew update || true
# the nlohmann install seems to make travis angry
# because of the number of log messages
brew install --with-cmake nlohmann_json > /dev/null