Travis: add IRC notifications.
parent
f619a4b85e
commit
592bea8109
|
@ -20,3 +20,9 @@ deploy:
|
||||||
repo: solvespace/solvespace
|
repo: solvespace/solvespace
|
||||||
tags: true
|
tags: true
|
||||||
condition: "$TRAVIS_OS_NAME == osx"
|
condition: "$TRAVIS_OS_NAME == osx"
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#solvespace"
|
||||||
|
use_notice: true
|
||||||
|
skip_join: true
|
||||||
|
|
Loading…
Reference in New Issue