more on travis

This commit is contained in:
Niels 2016-07-25 23:41:16 +02:00
parent cc8102f0c4
commit 5e88c6f254

View file

@ -168,7 +168,8 @@ script:
- if [ `which valgrind` ]; then
valgrind --error-exitcode=1 --leak-check=full ./json_unit ;
fi
- if [ $TRAVIS_OS_NAME="osx" ]; then
- if [ `which brew` ]; then
brew update ;
brew tap nlohmann/json ;
brew install nlohmann_json --HEAD ;
brew test nlohmann_json ;