Fix travis build
authorLuke Lau <luke_lau@icloud.com>
Tue, 5 Jun 2018 23:36:06 +0000 (19:36 -0400)
committerLuke Lau <luke_lau@icloud.com>
Tue, 5 Jun 2018 23:40:03 +0000 (19:40 -0400)
.travis.yml

index 013f95c71019b185af55418ffdb6851dcc1e409f..8305980fa916bc0f18b9c553bbeb62a54ed8ac94 100644 (file)
@@ -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 ..