From 48910a79708e9001e73529787634a289ac304d4e Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 23 Mar 2017 15:08:00 +0100 Subject: [PATCH] Remove the stable branch from Travis and add IRC notifications --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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