AdGuardHome/.travis.yml

24 lines
351 B
YAML
Raw Normal View History

2017-07-14 13:20:15 +01:00
language: python
python:
- "2.7"
2018-02-08 17:13:38 +00:00
notifications:
email:
recipients:
- filters@adguard.com
on_success: never
on_failure: always
script:
2017-07-14 13:20:15 +01:00
- python Filters/parser.py
deploy:
provider: pages
edge:
branch: v1.8.47
2017-07-14 13:20:15 +01:00
skip_cleanup: true
github_token: $GITHUB_TOKEN
on:
2018-02-08 17:13:38 +00:00
branch: master