diff options
author | Spacelord <spacelord09@users.noreply.github.com> | 2020-03-12 14:40:42 +0100 |
---|---|---|
committer | Spacelord <spacelord09@users.noreply.github.com> | 2020-03-12 14:40:42 +0100 |
commit | 378296f1b49c64f20c61966d2dcc8c8143181a07 (patch) | |
tree | ed08d4adcf1493ceaa57ca36a69e06850da30d6c | |
parent | 5087d4ebde3f9a1ec775928ec25f50099be3d8ad (diff) | |
download | midimonster-378296f1b49c64f20c61966d2dcc8c8143181a07.tar.gz midimonster-378296f1b49c64f20c61966d2dcc8c8143181a07.tar.bz2 midimonster-378296f1b49c64f20c61966d2dcc8c8143181a07.zip |
Fix typo
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c3bcc12..b9c2b9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -157,7 +157,7 @@ before_install: notifications: irc: channels: - - "rc.hackint.org#midimonster" + - "irc.hackint.org#midimonster" on_success: change # default: always on_failure: always # default: always nick: MIDIMonster CI |