Commit 02fc3cdd authored by Niels's avatar Niels

test homebrew on OSX

parent a01ec918
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment