diff options
| author | Yuval Adam <_@yuv.al> | 2018-02-27 01:13:50 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-02-27 01:13:50 +0200 |
| commit | b07ed7f89ce2fcc29585e746ea3db4b599ee3c67 (patch) | |
| tree | 67f80a185c8b0833af162c0fadc04d8b9b401fba | |
| parent | e4d3594be0cc7041c511648b9f17264c270aa8d8 (diff) | |
Stop email notifications
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4a863dd..ab896b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ install: - pip install pytest script: - pytest +notifications: + email: false |
