From: Luke Lau Date: Tue, 7 Aug 2018 10:20:10 +0000 (+0100) Subject: Export path instead of copying X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=59b1252ff7e931d1e3050d3cd6329b3bc196d43e Export path instead of copying --- diff --git a/.travis.yml b/.travis.yml index 6d3063c..290691e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,8 @@ before_install: - git submodule update - cabal new-configure - cabal new-build -j2 + - export PATH=$HOME/haskell-ide-engine/dist-newstyle/build/*/ghc-*/haskell-ide-engine-*/c/hie/build/hie/hie:$PATH # - export PATH=$HOME/haskell-ide-engine/dist-newstyle/build/*/ghc-*/haskell-ide-engine-*/x/hie/build:$PATH - - cp `find dist-newstyle/ -name hie -type f | xargs -x ls -t | head -n1` /opt/cabal/2.0/bin/ # - stack --no-terminal --skip-ghc-check install -j2 # - stack exec hoogle generate - cabal install hoogle