Skip to content

Commit 8db27e8

Browse files
committed
test2
1 parent 720273a commit 8db27e8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ android:
1515
components:
1616
- tools
1717
- platform-tools
18-
- tools
1918
- build-tools-$ANDROID_BUILD_TOOLS
2019
- android-$ANDROID_API
2120
- android-$EMULATOR_API
@@ -37,9 +36,9 @@ android:
3736
- 'google-gdk-license-.+'
3837

3938
before_install:
40-
- touch $HOME/.android/repositories.cfg
41-
- yes | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS"
42-
- yes | sdkmanager "platforms;android-$ANDROID_API"
39+
#- touch $HOME/.android/repositories.cfg
40+
#- yes | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS"
41+
#- yes | sdkmanager "platforms;android-$ANDROID_API"
4342

4443
before_script:
4544
- echo $TRAVIS_BRANCH

0 commit comments

Comments
 (0)