Skip to content

Commit

Permalink
Update platform-tools on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Apr 15, 2016
1 parent 95118ef commit 8a8e7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
global:
- TERM=dumb
before_script:
- echo y | android update sdk --no-ui --all --filter tools
- echo y | android update sdk --no-ui --all --filter tools,platform-tools
# Build three times, the first two builds will resolve dependencies via sdk-manager-plugin and then fail
# https://github.com/JakeWharton/sdk-manager-plugin/issues/10
- ./gradlew assembleDebug || true
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ experimental:

dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools
- echo y | android update sdk --no-ui --all --filter tools,platform-tools
# Build three times, the first two builds will resolve dependencies via sdk-manager-plugin and then fail
# https://github.com/JakeWharton/sdk-manager-plugin/issues/10
- ./gradlew assembleDebug || true
Expand Down

0 comments on commit 8a8e7a1

Please sign in to comment.