Skip to content

Commit 9162c8d

Browse files
committed
Makes Travis email notifs less spammy
1 parent 299f20c commit 9162c8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ script:
1313

1414
notifications:
1515
email:
16-
on_failure: change
16+
on_success: change
17+
on_failure: always
1718

1819
after_success: 'npm run coveralls'
1920

0 commit comments

Comments
 (0)