diff --git a/.travis.yml b/.travis.yml index 2d84fd28d..5e6930fbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ perl: branches: only: - master - - stable sudo: false cache: apt: true @@ -26,3 +25,10 @@ addons: - liblocal-lib-perl - g++-4.9 env: CC=g++-4.9 +notifications: + irc: + channels: + - "chat.freenode.net#slic3r" + on_success: change + on_failure: always + use_notice: true