aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/build-and-test5
-rwxr-xr-xtests/travis/install-build-depends4
2 files changed, 0 insertions, 9 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
diff --git a/tests/travis/install-build-depends b/tests/travis/install-build-depends
index 9c68d763..f735d816 100755
--- a/tests/travis/install-build-depends
+++ b/tests/travis/install-build-depends
@@ -9,7 +9,3 @@ full*)
sudo apt-get install -qq doxygen libopus-dev libspeex-dev libtheora-dev libvpx-dev
;;
esac
-
-if [ "$CONFIG" = "full-debug" ]; then
- pip install --user cpp-coveralls
-fi