more on travis
This commit is contained in:
parent
cc8102f0c4
commit
5e88c6f254
1 changed files with 2 additions and 1 deletions
|
@ -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 ;
|
||||
|
|
Loading…
Reference in a new issue