Skip to content

Commit 6283b97

Browse files
committed
Travis: explicitly setting occasions of Travis' notification emails
Signed-off-by: Torbjörn Klatt <[email protected]>
1 parent 705a23e commit 6283b97

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
@@ -1,6 +1,11 @@
11
language:
22
- cpp
33

4+
notifications:
5+
email:
6+
on_success: change # default: change
7+
on_failure: always # default: always
8+
49
# why does Travis not allow for multi-dimensional build matrices?!?
510
# -> https://github.com/travis-ci/travis-ci/issues/1519
611
env:

0 commit comments

Comments
 (0)