From: Luke Lau Date: Wed, 5 Jun 2019 00:03:19 +0000 (+0100) Subject: Bump number of jobs to two X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=04d18137900c9c3eb5e2837cbe59ae6fedbdc584 Bump number of jobs to two --- diff --git a/.travis.yml b/.travis.yml index 04ee7f7..944f816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,8 @@ before_install: - git pull origin master - git checkout abdb097f39e135deaf321a604c95f16cbda32678 - git submodule update --init -- cabal v2-install hie -- cabal v2-run hoogle generate +- cabal v2-install hie -j2 +- cabal v2-run -j2 hoogle generate - cd $TRAVIS_BUILD_DIR - npm update - npm i -g javascript-typescript-langserver