signature-base/.travis.yml
2019-01-13 09:39:01 +01:00

18 lines
244 B
YAML

language: python
python:
- 2.7
cache: pip
install:
- pip install yara-python
script:
- python ./build-rules.py
- make all
notifications:
email:
recipients:
- venom14@gmail.com
on_success: change
on_failure: always