forked from simple-last-fm-scrobbler/sls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (32 loc) · 882 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
language: android
dist: trusty
jdk: oraclejdk8
branches:
only:
- master
script: "./gradlew clean assembleDebug"
env:
global:
- ANDROID_API=26
- ANDROID_BUILD_TOOLS=28.0.3
- HIGHEST_API=29
- LOWEST_API=14
android:
components:
- tools
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS
- android-$ANDROID_API
- extra-android-m2repository
- sys-img-x86-android-$HIGHEST_API
- sys-img-x86-android-$LOWEST_API
licenses:
- android-sdk-preview-license-d099d938
- android-sdk-license-.+
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/8e3a591798f8f697312b
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: always # options: [always|never|change] default: always