Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-19 19:05:30 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-19 19:05:30 +0300
commit9d54c2ee4cecec2859fee74a191f084c8406ac24 (patch)
tree84a0ec6b732086f078dc63d01aa4e58de638c0a6 /.scrutinizer.yml
parent2973ba38c3b1e0b1ed988c8e20d72cb79802c685 (diff)
Fix test matrix
* Don't run two identical Travis builds * Lower Scrutinizer timeout Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index d15b131..0897bd2 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -9,4 +9,4 @@ imports:
tools:
external_code_coverage:
- timeout: 3600 # Timeout in seconds. 60 minutes
+ timeout: 1800 # Timeout in seconds. 30 minutes