Skip to content

Commit 8432884

Browse files
committed
Prevent unnecessary Travis CI emails on each pass
1 parent ee8f8b0 commit 8432884

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,9 @@ deploy:
7878
on:
7979
tags: true
8080

81+
notifications:
82+
email:
83+
on_success: never # default: change
84+
on_failure: always # default: always
85+
8186
# Ref: https://github.com/kaushalmodi/hello_musl/blob/master/.travis.yml

0 commit comments

Comments
 (0)