Skip to content

Commit

Permalink
define notifications in travis yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lukeis committed Oct 7, 2015
1 parent 18e0047 commit de00b18
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
language: java
sudo: false

notifications:
email: false
irc:
channels:
- "chat.freenode.org#selenium"
on_success: never
on_failure: always
use_notice: true
skip_join: true

script:
- ./go clean build
- |
Expand Down

0 comments on commit de00b18

Please sign in to comment.