used the wrong variable

This commit is contained in:
Niels 2016-07-25 22:19:49 +02:00
parent fd7c7be851
commit cc8102f0c4

View file

@ -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 ;