Never send email notifications
authorCheng Zhao <zcbenz@gmail.com>
Thu, 2 Jul 2015 00:46:10 +0000 (00:46 +0000)
committerCheng Zhao <zcbenz@gmail.com>
Thu, 2 Jul 2015 00:46:10 +0000 (00:46 +0000)
It is anonnying.

.travis.yml

index 2d64c38..dd6d518 100644 (file)
@@ -5,9 +5,7 @@ os:
   - osx
 
 notifications:
-  email:
-    on_success: never
-    on_failure: change
+  email: false
 
 script: './script/cibuild'