From 97ec9998780321f79baf0e9bbbd5f0a45d49128e Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Mon, 31 Jul 2017 00:15:53 +0200 Subject: [PATCH] Temporary removed sigmac run from Travis configuration * sigmac actually doesn't supports all features used in Sigma rules. * It returns the wrong exit code on parse errors. Parse failures cause passed builds. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54e8ceea0..35f83b426 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ install: script: - yamllint . - - for f in rules/windows/builtin/*; do python tools/sigmac.py -v $f; done +# - for f in rules/windows/builtin/*; do python tools/sigmac.py -v $f; done