signature-base/.travis.yml
2017-08-11 16:00:44 +02: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: always
on_failure: always