From 880252b1f0000ff13da4c04fd4207e216326946d Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Fri, 18 Nov 2016 00:57:00 +0300 Subject: [PATCH] Attempt to speedup AppVeyor (2) --- test/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/appveyor.yml b/test/appveyor.yml index 716fc1d..599c4cd 100644 --- a/test/appveyor.yml +++ b/test/appveyor.yml @@ -42,7 +42,7 @@ before_build: - git remote add --no-tags -t %BRANCH_TO_TEST% origin https://github.com/boostorg/boost.git - git fetch --depth=1 - git checkout %BRANCH_TO_TEST% - - git submodule update --jobs=4 --init --merge + - git submodule update --init --merge - git remote set-branches --add origin %BRANCH_TO_TEST% - git pull --recurse-submodules - git status