Sfoglia il codice sorgente

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

Paul 11 anni fa
parent
commit
bdcec00187
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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