summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-10-16 14:28:40 -0700
committerMatt Farina <[email protected]>2013-10-16 14:28:40 -0700
commit4bd87c9a9dd96d23d7ff85ed9ea9269cefc56a63 (patch)
treece15088d39c1a5670ca83baee35254b3fb78cdb2
parentc8d2617657ab014244488594674c814933247578 (diff)
Added travis ci notifications
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 151fa4e..996c559 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,9 @@ php:
- 5.4
- 5.5
+notifications:
+ irc: "chat.freenode.net#travis"
+
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install