Android-Password-Store/.travis.yml
Harsh Shandilya 8f44923fd2
Force update licenses
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-07-28 12:07:53 +05:30

32 lines
596 B
YAML

language: android
jdk:
- openjdk8
android:
components:
- tools
- build-tools-28.0.3
- android-28
- extra-google-m2repository
- extra-android-m2repository
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"
notifications:
email: false
sudo: false
cache:
directories:
- "$HOME/.m2"
- "$HOME/.gradle"
- "$ANDROID_HOME"