Commit fd7c7be8 by Niels

fixed bash errors

parent 148fed1e
...@@ -168,8 +168,8 @@ script: ...@@ -168,8 +168,8 @@ script:
- if [ `which valgrind` ]; then - if [ `which valgrind` ]; then
valgrind --error-exitcode=1 --leak-check=full ./json_unit ; valgrind --error-exitcode=1 --leak-check=full ./json_unit ;
fi fi
- if [ $os = "osx" ]; then - if [ $os="osx" ]; then
brew tap nlohmann/json ; brew tap nlohmann/json ;
brew install nlohmann_json --HEAD ; brew install nlohmann_json --HEAD ;
brew test nlohmann_json brew test nlohmann_json ;
fi 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