diff options
| author | James McCoy <jamessan@jamessan.com> | 2018-02-06 21:18:54 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2018-02-06 21:18:54 -0500 |
| commit | 6e2bb564e15f69f88f0bd73c7f6eaa9b1dc2eff3 (patch) | |
| tree | 9865de979cd251541dcf5bb0db6f628f4f7653a1 | |
| parent | 538361955d123d9c93387f7597303c0ef59c6825 (diff) | |
| download | rneovim-6e2bb564e15f69f88f0bd73c7f6eaa9b1dc2eff3.tar.gz rneovim-6e2bb564e15f69f88f0bd73c7f6eaa9b1dc2eff3.tar.bz2 rneovim-6e2bb564e15f69f88f0bd73c7f6eaa9b1dc2eff3.zip | |
ci: Remove coveralls coverage reporting
| -rwxr-xr-x | ci/after_success.sh | 1 | ||||
| -rwxr-xr-x | ci/install.sh | 4 |
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: |
