diff --git a/.travis.yml b/.travis.yml index 076963c7..3cb657ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,7 @@ node_js: before_install: - git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" -- git fetch \ No newline at end of file +- git fetch + +notifications: + email: false