PassAndroid/.travis.yml

25 lines
444 B
YAML
Raw Normal View History

language: android
android:
components:
- build-tools-20.0.0
- android-19
- sysimg-19
- add-on
- extra
licenses:
- android-sdk-preview-license-52d11cd2
- android-sdk-license-.+
- google-gdk-license-.+
2014-07-13 17:09:27 +00:00
jdk: oraclejdk7
2014-08-14 10:40:14 +00:00
2014-07-13 17:09:27 +00:00
env:
global:
- ANDROID_SDK_VERSION="r23.0.2"
2014-08-12 19:45:07 +00:00
matrix:
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
2014-08-14 10:40:14 +00:00
2014-07-13 17:09:27 +00:00
notifications:
email: true
script:
gradle clean build