We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbdbf8 commit 1d2086aCopy full SHA for 1d2086a
.travis.yml
@@ -59,7 +59,7 @@ matrix:
59
before_script:
60
- pip install --user cpp-coveralls
61
after_success:
62
- - coveralls --gcov gcov-5 --gcov-options '\-lp' --exclude src
+ - coveralls --gcov gcov-5 --gcov-options '\-lp' --exclude src --exclude include/tao/json/external
63
64
script:
65
make CXX=$COMPILER -j3
0 commit comments