travis: fix error with cat'ing obsolete coveralls dump file

This commit is contained in:
Hugues Delorme 2015-09-10 12:17:05 +02:00
parent 16fb28f6d9
commit f4bd4508bb

View File

@ -40,6 +40,5 @@ script:
fi fi
- if [ "${TRAVIS_COVERALLS}" = "ON" ]; then - if [ "${TRAVIS_COVERALLS}" = "ON" ]; then
$PYTHONUSERBASE/bin/coveralls --exclude benchmarks --gcov-options '\-lp' --root .. --build-root .; $PYTHONUSERBASE/bin/coveralls --exclude benchmarks --gcov-options '\-lp' --root .. --build-root .;
cat dump_coveralls.json;
fi fi