Skip to content

Commit aab822f

Browse files
committed
Set up e-mail notification
1 parent c86e090 commit aab822f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ branches:
1919
except:
2020
- gh-pages
2121
notifications:
22-
email: false
22+
email:
23+
recipients:
24+
- sascha@peilicke.de
25+
on_success: never # default: change
26+
on_failure: always # default: always
2327
before_cache:
2428
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
2529
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

0 commit comments

Comments
 (0)