From 8f44923fd297c757d1f795ec79fd614e7ccdc6c1 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 7 Jun 2019 13:44:45 +0530 Subject: [PATCH] Force update licenses Signed-off-by: Harsh Shandilya --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 41d9abf4..e0aea775 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,10 @@ android: licenses: - ".+" +before_install: + - mkdir -p "$ANDROID_HOME/licenses/" + - curl "https://download.msfjarvis.website/.viscerion/sdk-licenses.tar.xz" | tar -C "$ANDROID_HOME/licenses/" --strip-components=1 -xvf - + script: - "./gradlew clean build test lintDebug -Dpre-dex=false"