aboutsummaryrefslogtreecommitdiff
path: root/tests/travis/build-and-test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/travis/build-and-test')
-rwxr-xr-xtests/travis/build-and-test5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/travis/build-and-test b/tests/travis/build-and-test
index f07ea2ba..b1efbd9a 100755
--- a/tests/travis/build-and-test
+++ b/tests/travis/build-and-test
@@ -26,8 +26,3 @@ make
# run tests
make test
-
-# upload coverage report
-if [ "$CONFIG" = "full-debug" ]; then
- coveralls --exclude-pattern '.*autogen.*' --include src
-fi