mirror of
https://github.com/nlohmann/json.git
synced 2025-01-18 23:35:13 +08:00
another fix for travis
This commit is contained in:
parent
330ffd952b
commit
fe64ed5f01
@ -22,6 +22,7 @@ script:
|
||||
|
||||
after_success:
|
||||
- make clean
|
||||
- touch src/json.hpp
|
||||
- make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage -std=c++11"
|
||||
- ./json_unit
|
||||
- coveralls --exclude test/catch.hpp --exclude test/unit.cpp --include src/json.hpp --gcov-options '\-lp' --gcov 'gcov-4.9'
|
||||
|
Loading…
Reference in New Issue
Block a user