Parcourir la source

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

Paul il y a 11 ans
Parent
commit
bdcec00187
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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