X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=c1cf11beaad342911054bcdd2adf88fb9ec4659f;hb=8cd3d41fef5b055ee1c79e6d83858d70c599367b;hp=4d2f4e3c095d8e03398bfa182ec640645a85b348;hpb=d86ac842afb4dfc41f0df6084fcde17b293a5a2a;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 4d2f4e3..c1cf11b 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 47b5281d9d8ffe7348f7f7fcb3ce36b4eabd4f06 - 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