From 8c1b9ade4ee800cb7f6410c1e7d0f43f30138c9f Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Thu, 26 Jul 2018 22:27:40 +0100 Subject: [PATCH] Update hie on travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2