pass gcov version
This commit is contained in:
parent
08a60a7803
commit
87d24ca670
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ after_success:
|
||||||
- make clean
|
- make clean
|
||||||
- make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage"
|
- make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage"
|
||||||
- ./json_unit
|
- ./json_unit
|
||||||
- coveralls --exclude lib --exclude tests --gcov-options '\-lp'
|
- coveralls --exclude lib --exclude tests --gcov-options '\-lp' --gcov 'gcov-4.8'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue