]> granicus.if.org Git - vnstat/commitdiff
set travis to always notify after build
authorTeemu Toivola <git@humdi.net>
Mon, 30 Jun 2014 14:20:46 +0000 (17:20 +0300)
committerTeemu Toivola <git@humdi.net>
Mon, 30 Jun 2014 14:20:46 +0000 (17:20 +0300)
.travis.yml

index a5dd358557ab5d9a9559476a149ee4ae20db2631..0b04b6b94041059fa55086c74f96c8366c3177b0 100644 (file)
@@ -9,3 +9,8 @@ before_install:
  - sudo apt-get install -qq libgd2-xpm libgd2-xpm-dev check
 
 script: make debug && make tests
+
+notifications:
+  email:
+    on_success: always
+    on_failure: always