Skip to content

Commit f85cabf

Browse files
committed
Fix error with too old platform-tools on Travis
1 parent cd69d36 commit f85cabf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ jdk:
33
- oraclejdk8
44
android:
55
components:
6-
- platform-tools
76
- tools
7+
- tools
8+
- platform-tools
89
- build-tools-24.0.3
910
- android-24
1011
- extra-google-google_play_services

0 commit comments

Comments
 (0)