commit 4b0f2b7d51c01c2e8a418ed8d30b1e68ea3a802f parent 0ee9a76489adf09da22f1572efbf2b171d5ffac6 Author: gstraube <gstraube@mailbox.org> Date: Sat, 12 Aug 2017 15:51:09 +0200 Disable email notifications Diffstat:
| M | .travis.yml | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -16,3 +16,5 @@ script: ./gradlew test licenses: - android-sdk-license-.+ - '.+' ++notifications: ++ email: false