trigger travis

This commit is contained in:
juju4
2017-07-30 11:30:17 -04:00
parent ead44ca2e4
commit a5b2ed641a
+1
View File
@@ -5,6 +5,7 @@ cache: pip
install:
- pip install pyyaml
- pip install yamllint
script:
- yamllint .
- for f in rules/windows/builtin/*; do python sigmac.py -v $f; done