mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +00:00
Merge pull request #172 from thelounge/xpaw/travis
Don't send an email on a successful build
This commit is contained in:
commit
f3685f7d41
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ node_js:
|
||||||
- '5.6'
|
- '5.6'
|
||||||
- '4.3'
|
- '4.3'
|
||||||
- '0.12'
|
- '0.12'
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: never
|
||||||
|
on_failure: always
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Add table
Reference in a new issue