summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-15 08:52:40 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-15 08:54:17 +0200
commit5af1f85db4b24593cefa90a3a2dee14420af7dd4 (patch)
treeca9ef870143892a6a7351aded75325f0f53aa755
parent68bdeb689b5313a96d3071a051dfdaaba82107d1 (diff)
downloadcurl-bagder/reduced-coverage.tar.gz
fixup still do *a few* torture testsbagder/reduced-coverage
To see if the coverage bumps a little and yet still manage to complete in time
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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