Configured notifications for Travis
This commit is contained in:
parent
f195408df4
commit
806b48d88c
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,15 @@ addons:
|
|||
- libgmp-dev
|
||||
- libicu-dev
|
||||
|
||||
# Configure recipients for notifications
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- wen.kokke@ed.ac.uk
|
||||
- wadler@inf.ed.ac.uk
|
||||
on_success: never
|
||||
on_failure: always
|
||||
|
||||
before_install:
|
||||
# Download and unpack the stack executable
|
||||
- mkdir -p ~/.local/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue