From: Luke Lau Date: Sat, 8 Jun 2019 17:41:39 +0000 (+0100) Subject: Add ghc/cabal to path on linux X-Git-Url: https://git.lukelau.me/?a=commitdiff_plain;h=62b3ab2ef05a86c02cef7a80ce18ba7ce63486dc;hp=67a10d32f425d6bc4d37aa3046f051a4b7e66e26;p=lsp-test.git 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