From a6ce351c1876d3def021ed82b7dd48255b0b8481 Mon Sep 17 00:00:00 2001 From: Florens Date: Tue, 3 Jul 2018 23:18:30 +0200 Subject: [PATCH] shut up travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index fce9c94b..5e3f5d44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,6 @@ android: - android-27 script: cd Clover && ./gradlew build --console plain -x lint + +notifications: + email: false