Redirecting output of cpp-coveralls to dev null to limit how much is in travis logs
This commit is contained in:
parent
28d4bbb688
commit
7575468e5c
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ script:
|
|||
- make
|
||||
- git clone --depth=1 https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data
|
||||
- make test
|
||||
- if [[ ${COVERAGE} == true ]]; then cpp-coveralls --build-root . --gcov-options '\-lp' --exclude mason_packages --exclude benchmark --exclude deps --exclude scons --exclude tests --exclude demo --exclude docs --exclude fonts --exclude utils; fi;
|
||||
- if [[ ${COVERAGE} == true ]]; then cpp-coveralls --build-root . --gcov-options '\-lp' --exclude mason_packages --exclude benchmark --exclude deps --exclude scons --exclude tests --exclude demo --exclude docs --exclude fonts --exclude utils > /dev/null; fi;
|
||||
- if [[ ${COVERAGE} != true ]]; then make bench; fi;
|
||||
|
|
Loading…
Reference in a new issue