-
-
Notifications
You must be signed in to change notification settings - Fork 365
Expand file tree
/
Copy path.travis.yml
More file actions
23 lines (20 loc) · 631 Bytes
/
.travis.yml
File metadata and controls
23 lines (20 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: android
jdk: oraclejdk8
sudo: false
android:
components:
- tools
- build-tools-28.0.3
- android-28
- extra-android-m2repository
- extra-android-support
licenses:
- android-sdk-license-.+
- '.+'
before_install:
- chmod +x gradlew
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\d56f5187479451eabf01fb78af6dfcb131a6481e" "\n24333f8a63b6825ea9c5514f83c2829b004d1fee"> "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
script:
- ./gradlew assembleChargeDebug --daemon