Skip to content

Commit 9892855

Browse files
committed
fix touch error
1 parent c00f366 commit 9892855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android:
3737
- 'google-gdk-license-.+'
3838

3939
before_install:
40-
- touch $HOME/.android/repositories.cfg
40+
- mkdir -p $HOME/.android; 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)