Browse Source

Ensure build notification is always on failure and only on change for
success

Paul 11 years ago
parent
commit
bdcec00187
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -33,3 +33,5 @@ script: make -j2
 
 notifications:
   irc: "irc.esper.net#qhimm.com"
+  on_success: change
+  on_failure: always