Browse Source

Merge pull request #7328 from heyitsanthony/travis-spam

travis: disable email notifications
Anthony Romano 8 years ago
parent
commit
78d153fc5a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -7,6 +7,10 @@ go:
   - 1.7.4
   - 1.7.4
   - tip
   - tip
 
 
+notifications:
+  on_success: never
+  on_failure: never
+
 env:
 env:
   matrix:
   matrix:
    - TARGET=amd64
    - TARGET=amd64