From: Luke Lau Date: Thu, 6 Dec 2018 22:13:56 +0000 (+0000) Subject: Install npm on windows X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=081b93c29d989f48f08295cef030978f2fe30746 Install npm on windows --- diff --git a/.travis.yml b/.travis.yml index 4d0f052..2c24b5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ addons: before_install: - mkdir -p ~/.local/bin - export PATH=$HOME/.local/bin:$PATH - - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install haskell-stack nodejs 7zip; fi + - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install haskell-stack nodejs npm 7zip; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -sSL https://get.haskellstack.org/ | sh; fi - mkdir -p haskell-ide-engine - cd $HOME/haskell-ide-engine