another fix for travis

pull/36/head
Niels 2015-02-08 19:22:48 +01:00
parent 330ffd952b
commit fe64ed5f01
1 changed files with 1 additions and 0 deletions

View File

@ -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'