Skip to content

Commit 3084f55

Browse files
committed
add travis.yml
1 parent 229a678 commit 3084f55

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: android
2+
android:
3+
components:
4+
- tools
5+
- platform-tools
6+
- build-tools-25.0.2
7+
- android-25
8+
- extra-android-support
9+
- extra
10+
- extra-android-m2repository
11+
script:
12+
- ./gradlew assembleDebug

0 commit comments

Comments
 (0)