Skip to content

Commit 96e48a1

Browse files
committed
Add travis config
1 parent 4869d5b commit 96e48a1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language:
2+
android
3+
android:
4+
components:
5+
- platform-tools
6+
- tools
7+
8+
- build-tools-22.0.1
9+
- android-22
10+
11+
- extra-android-support
12+
- extra-android-m2repository
13+
14+
- sys-img-x86_64-android-22
15+
script:
16+
- gradle packar -PPACKAGE_VERSION=5.5.5
17+

0 commit comments

Comments
 (0)