mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
.travis.yml: Don't notify on success
This commit is contained in:
parent
dc3e4ca345
commit
bc80f67782
@ -26,3 +26,9 @@ install:
|
||||
script:
|
||||
- rake compile
|
||||
- rake tests
|
||||
|
||||
notifications:
|
||||
email:
|
||||
# Default is change, but that includes a new branch's 1st success.
|
||||
on_success: never
|
||||
on_failure: always # The default.
|
||||
|
Loading…
x
Reference in New Issue
Block a user