X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.travis.yml;h=cd61159f26736382081cc4e06740e16c9c34aef2;hp=faae98652da6078d133cecc3bf13a6f1990c4b4a;hb=c911e69a6778941ae50e670e43b96dc49db87aac;hpb=76034cba7ecf34ce9098d46f7e7bccea2b66c81f diff --git a/.travis.yml b/.travis.yml index faae986..cd61159 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 f5c903f31ef5a7ee75984faf2e6ccc0a06ab23eb + - git checkout 890ca3f2f3bd3bfe74e1f38a426b383a847763bb - git submodule init - git submodule sync - git submodule update --init - - stack --no-terminal --skip-ghc-check -j2 install + - stack --no-terminal --skip-ghc-check -j2 install --stack-yaml=stack-8.6.2.yaml - stack exec hoogle generate - cd $TRAVIS_BUILD_DIR - npm update