travis: fix error with cat'ing obsolete coveralls dump file
This commit is contained in:
parent
16fb28f6d9
commit
f4bd4508bb
@ -40,6 +40,5 @@ script:
|
||||
fi
|
||||
- if [ "${TRAVIS_COVERALLS}" = "ON" ]; then
|
||||
$PYTHONUSERBASE/bin/coveralls --exclude benchmarks --gcov-options '\-lp' --root .. --build-root .;
|
||||
cat dump_coveralls.json;
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user