diff options
author | Alexander Færøy <ahf@0x90.dk> | 2015-10-03 18:50:23 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2015-10-03 18:59:33 +0200 |
commit | 48375c3f900f56434441caa0161c0531fd0ce435 (patch) | |
tree | 8bf98491224e4bddbfcb30c3b52dd9f0344b9e0c | |
parent | 5e8523c037bc55aaf8d00a35433657d568dfdeb0 (diff) | |
download | irssi-48375c3f900f56434441caa0161c0531fd0ce435.zip |
Simplify Travis config.
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index f066c17b..c8bbb6d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,15 +24,3 @@ script: - cat config.log - make - make install - -notifications: - irc: - channels: - - "irc.freenode.net#irssi" - template: - - "%{repository} (%{commit}: %{author}): %{message}" - - "Build details : %{build_url}" - on_success: always - on_failure: always - use_notice: true - skip_join: true |