.travis.yml: Enable Travis IRC notifications
This commit is contained in:
parent
6e891585ab
commit
da3d5a7e6f
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ matrix:
|
|||
- php: nightly
|
||||
fast-finish: true
|
||||
|
||||
notifications:
|
||||
irc: "chat.freenode.net#picocms"
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
||||
|
|
Loading…
Reference in a new issue