mirror of
https://github.com/nlohmann/json.git
synced 2026-02-25 12:56:26 +00:00
used the wrong variable
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user