Explorar el Código

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

Paul hace 11 años
padre
commit
bdcec00187
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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