Commit 0a293173 authored by Oleg Efimov's avatar Oleg Efimov Committed by Ilya Lipnitskiy

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

parent ce6cc235
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment