From 28cfb0a8df7b82afd7616670963324b8e7abc43c Mon Sep 17 00:00:00 2001 From: Armel Date: Thu, 20 May 2021 15:49:00 +0100 Subject: [PATCH] =?UTF-8?q?-=20-=20-=20Int=C3=A9gration=20of=20GitHub=20Pa?= =?UTF-8?q?ckage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8903ae6..4ab7b45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ deploy: tags: true repo: kkiapay/android-sdk - provider: script - script: "./gradlew :clean :lib:assembleRelease" + script: "./gradlew :clean :lib:assembleRelease :lib:publish" skip_cleanup: true dry-run: false on: