mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13: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:
|
script:
|
||||||
- rake compile
|
- rake compile
|
||||||
- rake tests
|
- 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