mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
travis/coverity: hotfix, alwasy return success
It seems the coverity script likes to return 1 (error) when the current branch does not follow its pattern. Temporarily disable that.
This commit is contained in:
@@ -85,7 +85,7 @@ if [ "$TRAVIS_BUILD_TYPE" = "coverity" ]; then
|
||||
COVERITY_SCAN_BUILD_COMMAND_PREPEND="$MAKE_CMD deps" \
|
||||
COVERITY_SCAN_BUILD_COMMAND="$MAKE_CMD nvim" \
|
||||
bash
|
||||
exit $?
|
||||
exit 0
|
||||
elif [ "$TRAVIS_BUILD_TYPE" = "clang/asan" ]; then
|
||||
if [ ! -d /usr/local/clang-3.4 ]; then
|
||||
echo "Downloading clang 3.4..."
|
||||
|
Reference in New Issue
Block a user