We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720273a commit 8db27e8Copy full SHA for 8db27e8
.travis.yml
@@ -15,7 +15,6 @@ android:
15
components:
16
- tools
17
- platform-tools
18
- - tools
19
- build-tools-$ANDROID_BUILD_TOOLS
20
- android-$ANDROID_API
21
- android-$EMULATOR_API
@@ -37,9 +36,9 @@ android:
37
36
- 'google-gdk-license-.+'
38
39
before_install:
40
- - touch $HOME/.android/repositories.cfg
41
- - yes | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS"
42
- - yes | sdkmanager "platforms;android-$ANDROID_API"
+ #- touch $HOME/.android/repositories.cfg
+ #- yes | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS"
+ #- yes | sdkmanager "platforms;android-$ANDROID_API"
43
44
before_script:
45
- echo $TRAVIS_BRANCH
0 commit comments