Skip to content

Commit 22f106f

Browse files
committed
Travis Build
1 parent 6568e69 commit 22f106f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: android
2+
android:
3+
components:
4+
- platform-tools
5+
- tools
6+
- build-tools-23.0.3
7+
- android-23
8+
- extra-google-google_play_services
9+
- extra-google-m2repository
10+
- extra-android-m2repository
11+
- addon-google_apis-google-23
12+
licenses:
13+
- 'android-sdk-preview-license-52d11cd2'
14+
- 'android-sdk-license-.+'
15+
- 'google-gdk-license-.+'
16+
script:
17+
- ./gradlew clean :library:prepareArtifacts

0 commit comments

Comments
 (0)