Commit 3ff3cc40 by Jose Vila

travis first commit

parent afc12181
......@@ -26,10 +26,9 @@ before_install:
- sudo ldconfig
- cd ../
script:
- echo "test" > testfile
- echo "{}" > androguard_report.json
- FALLO=0
- for i in $(find . -type f -name "*.yara" ; find . -type f -name "*.yar"); do echo $i; yara -x androguard=androguard_report.json $i testfile; if [[ $? -ne 0 ]]; then FALLO=1; fi; done
- exit $FALLO
\ No newline at end of file
- exit $FALLO
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment