Skip to content

Commit 84f9408

Browse files
committed
Trying to get Travis Ci building to work
1 parent 4795286 commit 84f9408

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

.travis.yml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,20 @@ language: android
22
android:
33
components:
44
- tools
5+
- platform-tools
56
- build-tools-23.0.2
67
- android-23
78
- extra-android-support
89
- extra-android-m2repository
910
- extra-google-m2repository
1011

11-
# Uncomment the lines below if you want to
12-
# use the latest revision of Android SDK Tools
13-
# - platform-tools
14-
# - tools
15-
16-
# The BuildTools version used by your project
17-
#- build-tools-23.0.2
18-
19-
# The SDK version used to compile your project
20-
#- android-23
21-
2212
# Additional components
2313
#- extra-google-google_play_services
24-
#- extra-google-m2repository
25-
#- extra-android-m2repository
2614
#- addon-google_apis-google-19
2715

28-
# Specify at least one system image,
29-
# if you need to run emulator(s) during your tests
16+
# Specify at least one system image, if you need to run emulator(s) during your tests
3017
#- sys-img-armeabi-v7a-android-19
31-
#- sys-img-x86-android-17
18+
#- sys-img-x86-android-17
19+
20+
licenses:
21+
- '.+'

0 commit comments

Comments
 (0)