Forgot to also exclude mason_packages

This commit is contained in:
Blake Thompson 2015-03-11 17:01:19 -05:00
parent bcc523f0a2
commit 28d4bbb688

View File

@ -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 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; fi;
- if [[ ${COVERAGE} != true ]]; then make bench; fi;