signature-base/.travis.yml

18 lines
244 B
YAML
Raw Normal View History

2017-08-07 12:23:03 +00:00
language: python
python:
- 2.7
cache: pip
install:
- pip install yara-python
script:
- python ./build-rules.py
2017-08-11 14:00:44 +00:00
- make all
2017-08-07 12:28:35 +00:00
notifications:
email:
recipients:
- venom14@gmail.com
on_success: change
2017-08-07 12:28:35 +00:00
on_failure: always