diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 09bac7d..971b027 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,7 @@ install: - $NPM i script: - - $NPM t
\ No newline at end of file + - $NPM t + +notifications: + email: false
\ No newline at end of file |