We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9002151 commit e003dfeCopy full SHA for e003dfe
.travis.yml
@@ -13,7 +13,7 @@ before_install:
13
# Download the android sdk we need
14
# Android Platform tools, required to compile
15
- TOOLS=$(android list sdk --no-ui | grep "Android SDK Platform-tools" | cut -d"-" -f1)
16
- - android update sdk --filter "$TOOLS" --no-ui --force
+ - echo yes | android update sdk --filter "$TOOLS" --no-ui --force
17
# API 16 stuff which needs to be provided
18
- SDK=$(android list sdk --no-ui | grep ", API 16," | cut -d"-" -f1)
19
- android update sdk --filter "$SDK" --no-ui --force
0 commit comments