From c717c6940046723ea2f0b339d2edd800cabe1c9a Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 7 Aug 2018 10:05:15 +0100 Subject: [PATCH] Limit concurrent jobs to 2 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11494ef..09ec36d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_install: - git submodule sync - git submodule update - cabal new-configure - - cabal new-build + - cabal new-build -j2 # - export PATH=$HOME/haskell-ide-engine/dist-newstyle/build/*/ghc-*/haskell-ide-engine-*/x/hie/build:$PATH - cp `find dist-newstyle/ -name hie -type f | xargs -x ls -t | head -n1` $HOME/.cabal/bin/ # - stack --no-terminal --skip-ghc-check install -j2 @@ -46,4 +46,5 @@ before_install: script: - cabal configure --enable-tests --enable-coverage + - cabal build - cabal test --show-details=streaming -- 2.30.2