Tweak travis config
This commit is contained in:
parent
7f4c26f860
commit
a32addcfb7
|
@ -8,6 +8,8 @@ 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#fabric"
|
||||||
on_success: change
|
on_success: change
|
||||||
|
|
Loading…
Reference in New Issue