Skip to content

Commit de00b18

Browse files
committed
define notifications in travis yml
for whatever reason some users have decided to run travis on their fork... thus causing me to get emails. I don't like extra emails, they are annoying.
1 parent 18e0047 commit de00b18

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
language: java
22
sudo: false
3+
4+
notifications:
5+
email: false
6+
irc:
7+
channels:
8+
- "chat.freenode.org#selenium"
9+
on_success: never
10+
on_failure: always
11+
use_notice: true
12+
skip_join: true
13+
314
script:
415
- ./go clean build
516
- |

0 commit comments

Comments
 (0)