fixed bash errors

This commit is contained in:
Niels 2016-07-25 19:38:51 +02:00
parent 148fed1e63
commit fd7c7be851

View file

@ -171,5 +171,5 @@ script:
- 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