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