From cc8102f0c4e3ccc60d1fe8e2d37c0f4827cc36a3 Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 25 Jul 2016 22:19:49 +0200 Subject: [PATCH] used the wrong variable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0373ca3fe..424465ebf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -168,7 +168,7 @@ script: - if [ `which valgrind` ]; then valgrind --error-exitcode=1 --leak-check=full ./json_unit ; fi - - if [ $os="osx" ]; then + - if [ $TRAVIS_OS_NAME="osx" ]; then brew tap nlohmann/json ; brew install nlohmann_json --HEAD ; brew test nlohmann_json ;