summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-07-05 21:54:20 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2018-07-05 21:54:20 +0100
commit67f7b5a5735d7d69c9bea8226b7a3881235e754b (patch)
tree5a4328808673b9e2fd0b3fc9e9600413f2d02a91 /.travis.yml
parent444abb20d4d019013c80648d0986137370b90550 (diff)
travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 3e7e676d..bfcdfb59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -156,8 +156,7 @@ after_success: |
fi
notifications:
- irc: "chat.freenode.net#alot"
- template:
- - "[%{branch}]: %{message}. (%{build_url})"
+ irc: "chat.freenode.net#alot"
+ template:
+ - "[%{branch}]: %{message}. (%{build_url})"
on_success: change
-