Update HIE test version
[lsp-test.git] / .travis.yml
index cd61159f26736382081cc4e06740e16c9c34aef2..4dc2e296037b25366a75e716f617139f95aaca92 100644 (file)
@@ -23,11 +23,11 @@ before_install:
   - git init
   - git remote add origin https://github.com/haskell/haskell-ide-engine.git
   - git pull origin master
-  - git checkout 890ca3f2f3bd3bfe74e1f38a426b383a847763bb
+  - git checkout 89988b66a7b2d305740a9a085009a21fd4c80adf
   - git submodule init
   - git submodule sync
   - git submodule update --init
-  - stack --no-terminal --skip-ghc-check -j2 install --stack-yaml=stack-8.6.2.yaml
+  - stack --no-terminal --skip-ghc-check -j2 install
   - stack exec hoogle generate
   - cd $TRAVIS_BUILD_DIR
   - npm update