From: Daniel Stenberg Date: Tue, 10 Dec 2019 13:41:35 +0000 (+0100) Subject: travis: make torture use --shallow=40 X-Git-Tag: curl-7_68_0~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e66d5fa7855464024ee982e09454d240914fa19c;p=thirdparty%2Fcurl.git travis: make torture use --shallow=40 As a first step to enable it to run over a more diverse set of tests in a reasonable time. --- diff --git a/.travis.yml b/.travis.yml index 262e513828..8c77a746a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -543,7 +543,7 @@ script: make TFLAGS=-n test-nonflaky make "TFLAGS=-n -e" test-nonflaky tests="1 200 300 500 700 800 900 1000 1100 1200 1302 1400 1502 3000" - make "TFLAGS=-n -t $tests" test-nonflaky + make "TFLAGS=-n --shallow=40 -t $tests" test-nonflaky fi - | set -eo pipefail