Newer
Older
#!/bin/bash
set -ex
if [ $TRAVIS_OS_NAME == osx ]; then
brew update || true
brew tap nlohmann/json
brew install nlohmann_json
#!/bin/bash
set -ex
if [ $TRAVIS_OS_NAME == osx ]; then
brew update || true
brew tap nlohmann/json
brew install nlohmann_json