From: Luke Lau Date: Mon, 30 Jul 2018 22:53:05 +0000 (+0100) Subject: cd back to build dir X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=bca6e9f;hp=b613d081a9df93cfc4b76e50f6d8258499929963 cd back to build dir --- diff --git a/.travis.yml b/.travis.yml index 7180006..3f1c540 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_install: # - export PATH=$HOME/dist-newstyle/build/*/ghc-*/haskell-ide-engine-*/x/hie/build:$PATH - stack --no-terminal --skip-ghc-check install -j2 - stack exec hoogle generate - - cd .. + - cd $TRAVIS_BUILD_DIR - npm update - npm i -g javascript-typescript-langserver