From eca976dee379ebf48645a28601c28cd539153b68 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 3 Feb 2020 21:52:31 +0000 Subject: [PATCH] Travis-CI: Set a reliability threshold to 80% --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c5f0f84..cb4eec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,4 +36,4 @@ before_script: script: - | cd $TRAVIS_BUILD_DIR/$EXPLOIT - sudo $(which out-of-tree) pew --verbose --runs=3 --timeout=20m --threshold=0.95 + sudo $(which out-of-tree) pew --verbose --runs=3 --timeout=20m --threshold=0.80