Android-Password-Store/.travis.yml
2017-07-25 17:36:28 +01:00

32 lines
682 B
YAML

language: android
jdk: oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-23.0.3
- build-tools-24.0.2
- build-tools-25.0.2
- build-tools-25.0.3
- android-23
- android-24
- android-25
- extra-google-m2repository
- extra-android-m2repository
licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
cache:
directories:
- $HOME/.gradle
# ok no tests for now
# - sys-img-x86-android-22
before_script:
- GRADLE_OPTS="-Xms40m -Xmx3g -XX:MaxPermSize=3g"
script: "./gradlew clean build test -Dpre-dex=false"