diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-06-07 13:44:45 +0530 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-07-28 12:07:53 +0530 |
commit | 8f44923fd297c757d1f795ec79fd614e7ccdc6c1 (patch) | |
tree | 41226e4ad5e78c488f0d6ec357a491cdd4abcaa2 | |
parent | 1fd5f202b087300d1986c2fba5f0945f706b0a38 (diff) |
Force update licenses
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |