aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSpacelord <spacelord09@users.noreply.github.com>2020-03-12 14:31:21 +0100
committerSpacelord <spacelord09@users.noreply.github.com>2020-03-12 14:31:21 +0100
commit5087d4ebde3f9a1ec775928ec25f50099be3d8ad (patch)
tree45b380926be2e6b8797c66889c8f2b1171ab9e83
parent813c0587d6add1df302a9b0c88fdff4e111e391e (diff)
downloadmidimonster-5087d4ebde3f9a1ec775928ec25f50099be3d8ad.tar.gz
midimonster-5087d4ebde3f9a1ec775928ec25f50099be3d8ad.tar.bz2
midimonster-5087d4ebde3f9a1ec775928ec25f50099be3d8ad.zip
Add travis irc notification
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a5de2f4..c3bcc12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -154,6 +154,15 @@ before_install:
# Download libraries to link with on Windows
- if [ "$TASK" == "windows" ]; then mkdir libs; wget "https://downloads.sourceforge.net/project/luabinaries/5.3.5/Windows%20Libraries/Dynamic/lua-5.3.5_Win64_dllw6_lib.zip" -O lua53.zip; unzip lua53.zip lua53.dll; mv lua53.dll libs; fi
+notifications:
+ irc:
+ channels:
+ - "rc.hackint.org#midimonster"
+ on_success: change # default: always
+ on_failure: always # default: always
+ nick: MIDIMonster CI
+ use_notice: true
+
deploy:
provider: releases
file_glob: true