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