Skip to content

Commit 9024489

Browse files
Add .travis.yml file, to configure travis builds.
1 parent 59a875c commit 9024489

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: android
2+
jdk: oraclejdk8
3+
android:
4+
components:
5+
- tools
6+
- platform-tools
7+
- build-tools-29.0.0
8+
- android-29
9+
- extra-android-support
10+
- extra-android-m2repository
11+
- extra-google-m2repository
12+
13+
licenses:
14+
- '.+'

0 commit comments

Comments
 (0)