Skip to content

Commit 720273a

Browse files
committed
test
1 parent 9892855 commit 720273a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: android
22
# you MUST mention trusty https://docs.travis-ci.com/user/languages/android/
33
dist: trusty
4-
sudo: required
54
jdk: oraclejdk8
65

76
env:
@@ -16,6 +15,7 @@ android:
1615
components:
1716
- tools
1817
- platform-tools
18+
- tools
1919
- build-tools-$ANDROID_BUILD_TOOLS
2020
- android-$ANDROID_API
2121
- android-$EMULATOR_API
@@ -37,7 +37,7 @@ android:
3737
- 'google-gdk-license-.+'
3838

3939
before_install:
40-
- mkdir -p $HOME/.android; touch $HOME/.android/repositories.cfg
40+
- touch $HOME/.android/repositories.cfg
4141
- yes | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS"
4242
- yes | sdkmanager "platforms;android-$ANDROID_API"
4343

0 commit comments

Comments
 (0)