Skip to content

Commit e003dfe

Browse files
committed
Travis test
1 parent 9002151 commit e003dfe

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
@@ -13,7 +13,7 @@ before_install:
1313
# Download the android sdk we need
1414
# Android Platform tools, required to compile
1515
- TOOLS=$(android list sdk --no-ui | grep "Android SDK Platform-tools" | cut -d"-" -f1)
16-
- android update sdk --filter "$TOOLS" --no-ui --force
16+
- echo yes | android update sdk --filter "$TOOLS" --no-ui --force
1717
# API 16 stuff which needs to be provided
1818
- SDK=$(android list sdk --no-ui | grep ", API 16," | cut -d"-" -f1)
1919
- android update sdk --filter "$SDK" --no-ui --force

0 commit comments

Comments
 (0)