Remove the stable branch from Travis and add IRC notifications

This commit is contained in:
Alessandro Ranellucci 2017-03-23 15:08:00 +01:00
parent e359cd0a4a
commit 48910a7970

View File

@ -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