mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
only notify build is okay if it was failing previously
This commit is contained in:
parent
4819a83003
commit
cbc609c8f0
1 changed files with 4 additions and 1 deletions
|
|
@ -7,4 +7,7 @@ install:
|
||||||
- pip install . --use-mirrors
|
- pip install . --use-mirrors
|
||||||
script: nosetests -s tests
|
script: nosetests -s tests
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#pelican"
|
irc:
|
||||||
|
channels:
|
||||||
|
- "irc.freenode.org#pelican"
|
||||||
|
on_success: change
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue