From 5af1f85db4b24593cefa90a3a2dee14420af7dd4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 15 Aug 2019 08:52:40 +0200 Subject: fixup still do *a few* torture tests To see if the coverage bumps a little and yet still manage to complete in time --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 63cc1da2e..b002f7555 100644 --- a/.travis.yml +++ b/.travis.yml @@ -463,6 +463,8 @@ script: make 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 coveralls --gcov /usr/bin/gcov-8 --gcov-options '\-lp' -i src -e lib -e tests -e docs -b $PWD/src coveralls --gcov /usr/bin/gcov-8 --gcov-options '\-lp' -e src -i lib -e tests -e docs -b $PWD/lib fi -- cgit v1.2.1