aboutsummaryrefslogtreecommitdiff
path: root/ci/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-xci/install.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/ci/install.sh b/ci/install.sh
index f51ba1a776..eb7fb14760 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -26,7 +26,5 @@ if ! [ "${TRAVIS_OS_NAME}" = osx ] ; then
gem install --no-document --version ">= 0.2.0" neovim
fi
-if [[ "${TRAVIS_OS_NAME}" == linux ]]; then
- echo "Install neovim npm package"
- npm install -g neovim
-fi
+echo "Install neovim npm package"
+npm install -g neovim