aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.sh
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-01-02 20:13:07 -0500
committerGitHub <noreply@github.com>2022-01-02 20:13:07 -0500
commit2f31e7b88b1147fa5f48b1ab1d140cb8ccc1e801 (patch)
tree3486c476b35c355b180b242fc611d861e9eebafb /ci/run_tests.sh
parentb0993bdc45cad621976b9cc2c6ce7ee29dbeb93d (diff)
parente71fbf2eb0ca247d1fa02bdf244904189ab937be (diff)
downloadrneovim-2f31e7b88b1147fa5f48b1ab1d140cb8ccc1e801.tar.gz
rneovim-2f31e7b88b1147fa5f48b1ab1d140cb8ccc1e801.tar.bz2
rneovim-2f31e7b88b1147fa5f48b1ab1d140cb8ccc1e801.zip
Merge pull request #16890 from dundargoc/ci/nuke-before-install
ci: remove unnecessary before_install script
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-xci/run_tests.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh
index d91ac5589e..c175910da5 100755
--- a/ci/run_tests.sh
+++ b/ci/run_tests.sh
@@ -17,10 +17,6 @@ build_nvim
exit_suite --continue
-source ~/.nvm/nvm.sh
-nvm use 10
-
-
enter_suite tests
if test "$CLANG_SANITIZER" != "TSAN" ; then