used the wrong variable
This commit is contained in:
parent
fd7c7be851
commit
cc8102f0c4
1 changed files with 1 additions and 1 deletions
|
@ -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 ;
|
||||
|
|
Loading…
Reference in a new issue