mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
Travis: Fix coveralls upload.
This commit is contained in:
parent
a5358688bc
commit
0aa687a15d
@ -3,8 +3,6 @@
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
if [[ -n "${CI_TARGET}" ]]; then
|
||||
exit
|
||||
if [[ -n "${GCOV}" ]]; then
|
||||
coveralls --gcov "$(which "${GCOV}")" --encoding iso-8859-1 || echo 'coveralls upload failed.'
|
||||
fi
|
||||
|
||||
[ "$USE_GCOV" = on ] && { coveralls --gcov "$(which "${GCOV}")" --encoding iso-8859-1 || echo 'coveralls upload failed.' ; }
|
||||
|
Loading…
Reference in New Issue
Block a user