test homebrew on OSX

This commit is contained in:
Niels 2016-07-25 16:48:26 +02:00
parent a01ec918ac
commit 02fc3cddee

View file

@ -168,3 +168,8 @@ script:
- if [ `which valgrind` ]; then
valgrind --error-exitcode=1 --leak-check=full ./json_unit ;
fi
- if [ $os = "osx" ]; then
brew tap nlohmann/json ;
brew install nlohmann_json --HEAD ;
brew test nlohmann_json
fi