From da3d5a7e6f59088f61ba7088804284a642e9dae8 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sun, 9 Oct 2016 13:14:56 +0200 Subject: [PATCH] .travis.yml: Enable Travis IRC notifications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1b84b9e..e28ce20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ matrix: - php: nightly fast-finish: true +notifications: + irc: "chat.freenode.net#picocms" + install: - composer install