File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -41,27 +41,35 @@ matrix:
41
41
android :
42
42
components :
43
43
- tools
44
+ - platform-tools
45
+ - tools
44
46
- env : PLATFORM=android-5.1
45
47
os : linux
46
48
language : android
47
49
jdk : oraclejdk8
48
50
android :
49
51
components :
50
52
- tools
53
+ - platform-tools
54
+ - tools
51
55
- env : PLATFORM=android-6.0
52
56
os : linux
53
57
language : android
54
58
jdk : oraclejdk8
55
59
android :
56
60
components :
57
61
- tools
62
+ - platform-tools
63
+ - tools
58
64
- env : PLATFORM=android-7.0
59
65
os : linux
60
66
language : android
61
67
jdk : oraclejdk8
62
68
android :
63
69
components :
64
70
- tools
71
+ - platform-tools
72
+ - tools
65
73
before_install :
66
74
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
67
75
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
You can’t perform that action at this time.
0 commit comments