From 5e88c6f2547cf1300940dbe3cadf4202dd5cd96f Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 25 Jul 2016 23:41:16 +0200 Subject: [PATCH] more on travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 424465eb..ffe05ec6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ;