Whittle down the install steps
[lsp-test.git] / .travis.yml
index abf7f45878d63aafcf825a7b315ff1f192a5337d..53104ff453a8e125edf69e4825f3aaa864b3a60c 100644 (file)
@@ -35,7 +35,8 @@ addons:
     update: true
 
 before_install:
-- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install ghc cabal nodejs; /C/ProgramData/chocolatey/bin/RefreshEnv.cmd; fi
+- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install ghc; /C/ProgramData/chocolatey/bin/RefreshEnv.cmd; fi
+- ghc --version
 # these are taken from the haskell language setup
 - export PATH=/opt/ghc/8.6.5/bin:${PATH}
 - export PATH=/opt/cabal/2.4/bin:${PATH}
@@ -48,7 +49,6 @@ before_install:
 - git checkout abdb097f39e135deaf321a604c95f16cbda32678
 - git submodule update --init
 - cabal v2-update
-- ghc --version
 - cabal v2-install hie -j2 --overwrite-policy=always
 - cabal v2-install hoogle -j2 --overwrite-policy=always
 - hoogle generate