Browse Source

Disable email notifications in Travis

pull/250/head
Andrew Belt 7 years ago
parent
commit
342d64e120
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .travis.yml

+ 4
- 1
.travis.yml View File

@@ -4,4 +4,7 @@ node_js:


before_install: before_install:
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" - git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
- git fetch
- git fetch

notifications:
email: false

Loading…
Cancel
Save