X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=cd61159f26736382081cc4e06740e16c9c34aef2;hb=c911e69a6778941ae50e670e43b96dc49db87aac;hp=28d6795f31917cee8cbd8a15be40d96288361018;hpb=0a188a2da9f22fd9a69ceddfaa8c62b7b2cb518a;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 28d6795..cd61159 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ cache: - .stack-work - $HOME/.stack - $HOME/haskell-ide-engine/.stack-work + timeout: 1000 addons: apt: @@ -22,13 +23,13 @@ before_install: - git init - git remote add origin https://github.com/haskell/haskell-ide-engine.git - git pull origin master + - 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 - - hie --version - npm update - npm i -g javascript-typescript-langserver