From: Luke Lau Date: Thu, 6 Dec 2018 22:23:20 +0000 (+0000) Subject: Refreshenv on windows X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=74c613fe77040ce3f0c61328e63df4b6ac5c1dc8 Refreshenv on windows --- diff --git a/.travis.yml b/.travis.yml index 2c24b5b..de3a7f4 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 npm 7zip; fi + - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install haskell-stack nodejs 7zip; export PATH=/C/ProgramData/chocolatey/bin:$PATH; refreshenv; 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