From d2f2cfd1326b77ef7a929fe2ef4c0812a4b7683d Mon Sep 17 00:00:00 2001 From: Nolequen Date: Tue, 2 Jan 2018 02:59:36 +0300 Subject: [PATCH] codeconv support --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 648f03f..293a66b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,6 @@ script: gradle build -x signArchives notifications: email: false + +after_success: + - bash <(curl -s https://codecov.io/bash)