aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-10-20 22:36:30 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-10-25 07:24:56 -0400
commitc065b0d75f3039030ca7de36397585c66542574b (patch)
treecd95bbb829631992c0e3d6153c552980d5dde917 /ci
parent4f4f5ef4fd2f54db5d527768b4b1a94f737b3834 (diff)
downloadrneovim-c065b0d75f3039030ca7de36397585c66542574b.tar.gz
rneovim-c065b0d75f3039030ca7de36397585c66542574b.tar.bz2
rneovim-c065b0d75f3039030ca7de36397585c66542574b.zip
CI: bump nodejs to v10.x (LTS)
v8.x will be EOL at end of 2019. nvm on Travis has outdated LTS aliases.
Diffstat (limited to 'ci')
-rwxr-xr-xci/before_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/before_install.sh b/ci/before_install.sh
index 283605e113..7e2ff12d6d 100755
--- a/ci/before_install.sh
+++ b/ci/before_install.sh
@@ -47,8 +47,8 @@ if [[ "${TRAVIS_OS_NAME}" == osx ]] || [ ! -f ~/.nvm/nvm.sh ]; then
fi
source ~/.nvm/nvm.sh
-nvm install --lts
-nvm use --lts
+nvm install 10
+nvm use 10
if [[ -n "$CMAKE_URL" ]]; then
echo "Installing custom CMake: $CMAKE_URL"