mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
5b692124cc
provider#node#can_inspect will fail on some systems because it is common to have old node versions in OS (any Linux OS that has LTS releases) and CI (Travis, Appveyor). NODE_PATH can be trivially set with VimL. Build scripts don't have to set it for the nodejs tests to work. NODE_PATH is optional to begin with and is used only as a workaround for the neovim node.js host. |
||
---|---|---|
.. | ||
common | ||
after_success.sh | ||
before_cache.sh | ||
before_install.sh | ||
before_script.sh | ||
build.bat | ||
install.sh | ||
run_lint.sh | ||
run_tests.sh | ||
script.sh |