Skip to content

Commit

Permalink
Remove travis notifications in IRC
Browse files Browse the repository at this point in the history
Anyone who forks QGIS and has Travis will also send stuff to IRC which is annoying.
See travis-ci/travis-ci#1094
  • Loading branch information
NathanW2 committed Feb 7, 2015
1 parent 4def416 commit 66091ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -5,11 +5,6 @@ compiler:

cache: apt

notifications:
irc: "chat.freenode.net#qgis"
on_failure: change
on_success: change

before_install:
- sudo apt-get update -qq
- sudo add-apt-repository ppa:ubuntugis/ppa -y
Expand Down

1 comment on commit 66091ca

@petemoore
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See mozilla/build-tools@c13a297 for a solution to this! :)

Please sign in to comment.