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 9892855 commit 720273aCopy full SHA for 720273a
.travis.yml
@@ -1,7 +1,6 @@
1
language: android
2
# you MUST mention trusty https://docs.travis-ci.com/user/languages/android/
3
dist: trusty
4
-sudo: required
5
jdk: oraclejdk8
6
7
env:
@@ -16,6 +15,7 @@ android:
16
15
components:
17
- tools
18
- platform-tools
+ - tools
19
- build-tools-$ANDROID_BUILD_TOOLS
20
- android-$ANDROID_API
21
- android-$EMULATOR_API
@@ -37,7 +37,7 @@ android:
37
- 'google-gdk-license-.+'
38
39
before_install:
40
- - mkdir -p $HOME/.android; touch $HOME/.android/repositories.cfg
+ - touch $HOME/.android/repositories.cfg
41
- yes | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS"
42
- yes | sdkmanager "platforms;android-$ANDROID_API"
43
0 commit comments