diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-01-17 13:05:11 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-01-17 15:43:39 +0100 |
| commit | 2d57b32290d72040f410d985e4445d065b0bf53e (patch) | |
| tree | 04ba80d37132c109dbe67a1e28df7735c670cc29 | |
| parent | 6a9a3f4d935e667ec58aec6b9503f34ff32bdba7 (diff) | |
| download | mullvadvpn-2d57b32290d72040f410d985e4445d065b0bf53e.tar.xz mullvadvpn-2d57b32290d72040f410d985e4445d065b0bf53e.zip | |
Disable email notifications on Travis
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5b9368c0b1..9f4dd6bb41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,7 @@ script: - cargo build --verbose - cargo test --verbose - cargo fmt -- --write-mode=diff +notifications: + email: + on_success: never + on_failure: never |
