Merge branch 'master' into tdr-test-impls
[lsp-test.git] / .travis.yml
index 07dc18b060dbf82d137ab15c67a4eadc103c8faf..c1cf11beaad342911054bcdd2adf88fb9ec4659f 100644 (file)
@@ -23,12 +23,12 @@ 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 47b5281d9d8ffe7348f7f7fcb3ce36b4eabd4f06
   - 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 exec hoogle generate --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
   - npm i -g javascript-typescript-langserver