diff options
author | n8225 <n8225@users.noreply.github.com> | 2016-12-17 00:32:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-17 00:32:06 +0000 |
commit | f584b1502ed30edbbd371414364a86d7b7f6c5f4 (patch) | |
tree | d10b7f0bb4b6f65de8c6212c70d3c323c818bbdc | |
parent | allow ssl errors (diff) | |
download | awesome-selfhosted-f584b1502ed30edbbd371414364a86d7b7f6c5f4.tar.gz awesome-selfhosted-f584b1502ed30edbbd371414364a86d7b7f6c5f4.zip |
turn off emails
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 567fe850..8876fd5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,3 +15,6 @@ script: - node test.js temp.md - awesome_bot temp.md --allow-redirect --allow-ssl - danger --verbose + +notifications: + email: false |