Skip to content

Commit c1933f0

Browse files
committed
Updated .travis.yml file
1 parent 67d1571 commit c1933f0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
language: android
22
android:
33
components:
4+
- tools
5+
- build-tools-23.0.2
6+
- android-23
7+
- extra-android-m2repository
8+
49
# Uncomment the lines below if you want to
510
# use the latest revision of Android SDK Tools
611
# - platform-tools
712
# - tools
813

914
# The BuildTools version used by your project
10-
- build-tools-23.0.2
15+
#- build-tools-23.0.2
1116

1217
# The SDK version used to compile your project
13-
- android-23
18+
#- android-23
1419

1520
# Additional components
1621
#- extra-google-google_play_services

0 commit comments

Comments
 (0)