mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 05:46:30 +08:00
Remove the stable branch from Travis and add IRC notifications
This commit is contained in:
parent
e359cd0a4a
commit
48910a7970
@ -8,7 +8,6 @@ perl:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- stable
|
|
||||||
sudo: false
|
sudo: false
|
||||||
cache:
|
cache:
|
||||||
apt: true
|
apt: true
|
||||||
@ -26,3 +25,10 @@ addons:
|
|||||||
- liblocal-lib-perl
|
- liblocal-lib-perl
|
||||||
- g++-4.9
|
- g++-4.9
|
||||||
env: CC=g++-4.9
|
env: CC=g++-4.9
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#slic3r"
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
use_notice: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user