-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (29 loc) · 774 Bytes
/
.travis.yml
File metadata and controls
36 lines (29 loc) · 774 Bytes
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
language: android
jdk: oraclejdk8
sudo: false
os: linux
before_install:
- yes | sdkmanager "platforms;android-26"
- yes | sdkmanager "platforms;android-27"
install: ./install_frodo2.sh
android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- android-27
- extra-google-m2repository
- extra-android-m2repository
- extra-android-support
# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-armeabi-v7a-android-16
- sys-img-armeabi-v7a-android-21
- sys-img-armeabi-v7a-android-22
- sys-img-armeabi-v7a-android-25
licenses:
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
- 'android-sdk-preview-license-.+'
script:
./gradlew runUnitTests