X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=25a5e69462fbd1bd4f16fa8b534cd4fd595cefd8;hb=refs%2Fheads%2Fhaskell-lsp-0.6;hp=023236dffb40743879a4ec475a8e570928050108;hpb=bf94a6e6874dc58734aa56391ce058cba870dc25;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 023236d..25a5e69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ sudo: false cache: directories: - $HOME/.stack - - $HOME/haskell-ide-engine + - $HOME/haskell-ide-engine/.stack-work addons: apt: @@ -25,9 +25,11 @@ before_install: - cd $HOME # It's ok to fail - - git clone https://github.com/haskell/haskell-ide-engine.git --recursive || true - cd haskell-ide-engine - - git pull + - git init + - git remote add origin https://github.com/Bubba/haskell-ide-engine.git + - git pull origin heirarchal-document-symbols + - git submodule init - git submodule sync - git submodule update # - cabal new-update