Skip to content

Commit 8ae1369

Browse files
committed
Add Travis CI support
1 parent b9af8d1 commit 8ae1369

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: android
2+
3+
android:
4+
components:
5+
- build-tools-20.0.0
6+
- android-20
7+
- extra-google-google_play_services
8+
- extra-google-m2repository
9+
10+
script:
11+
./gradlew build

0 commit comments

Comments
 (0)