From: Luke Lau Date: Sat, 8 Jun 2019 17:41:39 +0000 (+0100) Subject: Add ghc/cabal to path on linux X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=62b3ab2ef05a86c02cef7a80ce18ba7ce63486dc Add ghc/cabal to path on linux --- diff --git a/.travis.yml b/.travis.yml index bbeb21d..b35a504 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,9 @@ addons: before_install: - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install ghc cabal nodejs; /C/ProgramData/chocolatey/bin/RefreshEnv.cmd; fi +# 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} - export PATH=$HOME/.cabal/bin:$PATH - mkdir -p $HOME/haskell-ide-engine - cd $HOME/haskell-ide-engine