From: Luke Lau Date: Sat, 8 Jun 2019 18:50:18 +0000 (+0100) Subject: Whittle down the install steps X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=27b8dd29b4330f76f6d03c570b973acd601e8e08;hp=3efde86ce929fa43348929f41127b4a47633872a Whittle down the install steps --- diff --git a/.travis.yml b/.travis.yml index 50a66cc..53104ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,7 @@ addons: update: true before_install: -- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install ghc cabal nodejs; /C/ProgramData/chocolatey/bin/RefreshEnv.cmd; fi -- cabal --version +- 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}