Skip to content

Commit 9a6decf

Browse files
authored
Disabling email notifications upon CI
1 parent 15c97f0 commit 9a6decf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ deploy:
99
email: $NPM_EMAIL
1010
api_key: $NPM_TOKEN
1111
on:
12-
tags: true
12+
tags: true
13+
notifications:
14+
email: false

0 commit comments

Comments
 (0)