diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-13 11:42:19 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-13 11:42:19 +0100 |
commit | bed6b965536d10ddf996a0b7407f26e7712a18e4 (patch) | |
tree | 4b912167fcd996d939868c0a88eebbe8ea0b8124 /.travis.yml | |
parent | dev-lang/vtune: Version Bump (diff) | |
download | sci-bed6b965536d10ddf996a0b7407f26e7712a18e4.tar.gz sci-bed6b965536d10ddf996a0b7407f26e7712a18e4.tar.bz2 sci-bed6b965536d10ddf996a0b7407f26e7712a18e4.zip |
Report travis status on irc
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index db8a92b15..8031e8a0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,5 +20,8 @@ before_script: - cd travis-overlay - sed -i 's/fcmd=fcmd/fcmd=("%s -q" % fcmd)/' ./../portage-$PORTAGE/bin/repoman -script: +script: - "./../portage-$PORTAGE/bin/repoman full -d -v" + +notifications: + irc: "chat.freenode.net#gentoo-science" |