Start work adding the session monad for replays
[lsp-test.git] / .travis.yml
index 03adf0be77154f76e5d616542c92f47b4a0a7696..013f95c71019b185af55418ffdb6851dcc1e409f 100644 (file)
@@ -14,9 +14,11 @@ 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/haskell/haskell-ide-engine.git --recursive
+  - git clone https://github.com/Bubba/haskell-ide-engine.git --recursive
   - cd haskell-ide-engine
-  - stack install
+  - git checkout d4fe878a545c2d1b9247c1ddf5e6174eeed066cb
+  - stack --no-terminal --skip-ghc-check install -j1
+  - stack exec hoogle generate
   - cd ..
 
 script: