mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
redirect travis build notifications
This commit is contained in:
parent
8a2a4d827f
commit
7ede978a08
1 changed files with 7 additions and 0 deletions
|
@ -9,3 +9,10 @@ install:
|
||||||
- pip install nose pylint pyqt5 pyqtwebengine
|
- pip install nose pylint pyqt5 pyqtwebengine
|
||||||
|
|
||||||
script: ./.travis.sh
|
script: ./.travis.sh
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
recipients:
|
||||||
|
- travis-build@ankiweb.net
|
||||||
|
on_success: always
|
||||||
|
on_failure: always
|
||||||
|
|
Loading…
Reference in a new issue