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.
This commit is contained in:
Thomas Patzke
2017-07-31 00:15:53 +02:00
parent 86644cdc30
commit 97ec999878
+1 -1
View File
@@ -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