another fix for travis
This commit is contained in:
parent
330ffd952b
commit
fe64ed5f01
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue