+ applied style guide

This commit is contained in:
Niels 2015-01-11 15:05:04 +01:00
parent 80b5db16b5
commit 8d9c2bea4e
3 changed files with 53 additions and 5 deletions

View file

@ -24,4 +24,4 @@ after_success:
- make clean
- make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage"
- ./json_unit
- coveralls --exclude benchmark --exclude test --gcov-options '\-lp' --gcov 'gcov-4.8'
- coveralls --exclude benchmark --exclude test --exclude header_only --gcov-options '\-lp' --gcov 'gcov-4.8'