X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.travis.yml;h=6d3063c936b59896d830c2d5beb42ac8e6959df0;hp=cf425d1e3b192eeebea52b1d56b6664b72a7bb8b;hb=19c449d987527f5fe601a15826cc124082549660;hpb=4b363ee527121d080478c5614cd7ba9ef1804d3d diff --git a/.travis.yml b/.travis.yml index cf425d1..6d3063c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ sudo: false cache: directories: # - $HOME/.stack - # - $HOME/haskell-ide-engine/.stack-work + - $HOME/haskell-ide-engine/dist + - $HOME/haskell-ide-engine/dist-newstyle addons: apt: @@ -35,7 +36,7 @@ before_install: - cabal new-configure - cabal new-build -j2 # - 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` $HOME/.cabal/bin/ + - 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