Skip to content
Snippets Groups Projects
install.sh 338 B
Newer Older
#!/bin/bash

set -ex

if [ $TRAVIS_OS_NAME == osx ]; then
    brew upgrade boost || true
    brew install libsodium clang-format
    brew tap 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