X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.travis.yml;h=faae98652da6078d133cecc3bf13a6f1990c4b4a;hp=4d2f4e3c095d8e03398bfa182ec640645a85b348;hb=3c3116cfde875e483ec70df6069a864838283885;hpb=3054f9c1c5403a527cf0c82bfbf021174db4addd diff --git a/.travis.yml b/.travis.yml index 4d2f4e3..faae986 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,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 f5c903f31ef5a7ee75984faf2e6ccc0a06ab23eb - git submodule init - git submodule sync - git submodule update --init - stack --no-terminal --skip-ghc-check -j2 install - stack exec hoogle generate - cd $TRAVIS_BUILD_DIR - - hie --version - npm update - npm i -g javascript-typescript-langserver