mirror of
https://github.com/nlohmann/json.git
synced 2024-12-18 16:57:51 +08:00
👷 fixed a syntax error
This commit is contained in:
parent
01470f388b
commit
e3e941ef2b
@ -84,7 +84,7 @@ matrix:
|
|||||||
packages: [g++-4.9, cppcheck]
|
packages: [g++-4.9, cppcheck]
|
||||||
after_success:
|
after_success:
|
||||||
- make clean
|
- make clean
|
||||||
- CPPFLAGS="-DJSON_NOEXCEPTION" make check TEST_PATTERN=-e \"*\""
|
- CPPFLAGS="-DJSON_NOEXCEPTION" make check TEST_PATTERN="-e \"*\""
|
||||||
|
|
||||||
# Coveralls (http://gronlier.fr/blog/2015/01/adding-code-coverage-to-your-c-project/)
|
# Coveralls (http://gronlier.fr/blog/2015/01/adding-code-coverage-to-your-c-project/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user