diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-17 20:28:56 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-17 20:28:56 +0200 |
commit | 266611637cab8eaf97018225305b42683e96953b (patch) | |
tree | 8c9f83a386c587d216834e32275508b3738af436 /.travis.yml | |
parent | 14b8be509ea8060b9839c879be0f10d561369b58 (diff) | |
download | aports-266611637cab8eaf97018225305b42683e96953b.tar.bz2 aports-266611637cab8eaf97018225305b42683e96953b.tar.xz |
travis: disable email notifications
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ff5d7df9fc..b3935f9fc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ install: script: | source .travis/common.sh alpine_run $ALPINE_USER .travis/build-pkgs +notifications: + email: false |