Update Travis settings:
* Don't email me, I'll see it on IRC if I'm online * Ping #paramiko, not #fabric, as it now exists
This commit is contained in:
parent
682a3eff84
commit
7255dcf042
|
@ -8,9 +8,7 @@ install:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script: python test.py
|
script: python test.py
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
|
||||||
on_failure: change
|
|
||||||
irc:
|
irc:
|
||||||
channels: "irc.freenode.org#fabric"
|
channels: "irc.freenode.org#paramiko"
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
Loading…
Reference in New Issue