From: Luke Lau Date: Thu, 26 Jul 2018 21:27:40 +0000 (+0100) Subject: Update hie on travis X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=commitdiff_plain;h=8c1b9ade4ee800cb7f6410c1e7d0f43f30138c9f Update hie on travis --- diff --git a/.travis.yml b/.travis.yml index 8c7812c..88efe99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,9 @@ before_install: - npm update install: - - git clone https://github.com/Bubba/haskell-ide-engine.git --recursive + - git clone https://github.com/haskell/haskell-ide-engine.git --recursive - cd haskell-ide-engine - - git checkout import-code-actions + - git submodule sync - git submodule update - stack --no-terminal --skip-ghc-check install -j2 - stack exec hoogle generate