travis: force the build dir for cpp-coveralls

This commit is contained in:
Hugues Delorme 2015-09-10 11:54:19 +02:00
parent 111031e4cb
commit 783bdd510e

View File

@ -39,7 +39,7 @@ script:
make check; make check;
fi fi
- if [ "${TRAVIS_COVERALLS}" = "ON" ]; then - if [ "${TRAVIS_COVERALLS}" = "ON" ]; then
$PYTHONUSERBASE/bin/coveralls --verbose --gcov-options '\-lp' --dump dump_coveralls.json; $PYTHONUSERBASE/bin/coveralls --verbose --gcov-options '\-lp' --build-root . --dump dump_coveralls.json;
cat dump_coveralls.json; cat dump_coveralls.json;
fi fi