.travis.yml: exclude downloaded protobuf sources from coveralls report

This commit is contained in:
Oleg Efimov 2015-01-07 02:16:57 +03:00 committed by Ilya Lipnitskiy
parent ce6cc2350f
commit 0a29317348

View File

@ -26,4 +26,4 @@ script:
- if [ "$CC" = "gcc" ]; then ./configure --enable-code-coverage && make -j2 && make check; fi
after_success:
- if [ "$CC" = "gcc" ]; then cpp-coveralls --build-root . --exclude t/ --exclude /usr/include; fi
- if [ "$CC" = "gcc" ]; then cpp-coveralls --build-root . --exclude t/ --exclude /usr/include --exclude protobuf-$PROTOBUF_VERSION; fi