aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2018-02-06 21:18:54 -0500
committerJames McCoy <jamessan@jamessan.com>2018-02-06 21:18:54 -0500
commit6e2bb564e15f69f88f0bd73c7f6eaa9b1dc2eff3 (patch)
tree9865de979cd251541dcf5bb0db6f628f4f7653a1
parent538361955d123d9c93387f7597303c0ef59c6825 (diff)
downloadrneovim-6e2bb564e15f69f88f0bd73c7f6eaa9b1dc2eff3.tar.gz
rneovim-6e2bb564e15f69f88f0bd73c7f6eaa9b1dc2eff3.tar.bz2
rneovim-6e2bb564e15f69f88f0bd73c7f6eaa9b1dc2eff3.zip
ci: Remove coveralls coverage reporting
-rwxr-xr-xci/after_success.sh1
-rwxr-xr-xci/install.sh4
2 files changed, 2 insertions, 3 deletions
diff --git a/ci/after_success.sh b/ci/after_success.sh
index 388b6eb714..5d2a53d3d5 100755
--- a/ci/after_success.sh
+++ b/ci/after_success.sh
@@ -4,6 +4,5 @@ set -e
set -o pipefail
if [[ -n "${GCOV}" ]]; then
- coveralls --gcov "$(which "${GCOV}")" --encoding iso-8859-1 || echo 'coveralls upload failed.'
bash <(curl -s https://codecov.io/bash) || echo 'codecov upload failed.'
fi
diff --git a/ci/install.sh b/ci/install.sh
index eb7fb14760..60d9507bfb 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -13,8 +13,8 @@ if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
fi
# Use default CC to avoid compilation problems when installing Python modules.
-echo "Install neovim module and coveralls for Python 2."
-CC=cc pip2.7 -q install --user --upgrade neovim cpp-coveralls
+echo "Install neovim module for Python 2."
+CC=cc pip2.7 -q install --user --upgrade neovim
echo "Install neovim module for Python 3."
# Allow failure. pyenv pip3 on travis is broken: