提交 cc8102f0 编写于 作者: N Niels

used the wrong variable

上级 fd7c7be8
...@@ -168,7 +168,7 @@ script: ...@@ -168,7 +168,7 @@ 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 [ $TRAVIS_OS_NAME="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 ;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册