Swap out the rootUri and rootPath params in initialize request
[lsp-test.git] / .travis.yml
index 03adf0be77154f76e5d616542c92f47b4a0a7696..9591db79a0e804a581977b85e2f050cec72a34f2 100644 (file)
@@ -16,7 +16,9 @@ before_install:
 install:
   - git clone https://github.com/haskell/haskell-ide-engine.git --recursive
   - cd haskell-ide-engine
+  - git checkout fd793acac1a40ee121676508612234eaa1f58ac8
   - stack install
+  - stack exec hoogle generate
   - cd ..
 
 script: