Skip to content

Commit

Permalink
Download Linux Android SDK on Travis instead of macOS. (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zinnatullin authored Oct 29, 2017
1 parent f7fba30 commit 6f178bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- pip install --user codecov
- export ANDROID_HOME="$HOME"/android-sdk
- mkdir -p "$ANDROID_HOME"
- export ANDROID_SDK_FILE_NAME=sdk-tools-darwin-3859397.zip
- export ANDROID_SDK_FILE_NAME=sdk-tools-linux-3859397.zip
- curl --fail https://dl.google.com/android/repository/$ANDROID_SDK_FILE_NAME --silent --location --output $ANDROID_SDK_FILE_NAME
- unzip -qq $ANDROID_SDK_FILE_NAME -d "$ANDROID_HOME"
- rm $ANDROID_SDK_FILE_NAME
Expand Down

0 comments on commit 6f178bf

Please sign in to comment.