From 3e6761fbeaf6b387a5edc9602e759d158bab27e2 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 5 Jun 2018 19:36:06 -0400 Subject: [PATCH] Fix travis build --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 013f95c..8305980 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,8 @@ before_install: - travis_retry curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' 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 d4fe878a545c2d1b9247c1ddf5e6174eeed066cb - stack --no-terminal --skip-ghc-check install -j1 - stack exec hoogle generate - cd .. -- 2.30.2