From 74c613fe77040ce3f0c61328e63df4b6ac5c1dc8 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Thu, 6 Dec 2018 22:23:20 +0000 Subject: [PATCH] Refreshenv on windows --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2