Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Mar 29, 2016
1 parent d78fd53 commit 7a85cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,7 @@ jdk: oraclejdk7

android:
components:
- build-tools-23.0.1
- build-tools-23.0.2
- android-23
- extra-android-support
- extra-google-m2repository
Expand All @@ -13,7 +13,7 @@ android:

before_script:
- echo yes | android update sdk --no-ui --all --filter platform-tools,tools
- echo yes | android update sdk --no-ui --all --filter build-tools-23.0.1
- echo yes | android update sdk --no-ui --all --filter build-tools-23.0.2
- echo yes | android update sdk --no-ui --all --filter android-23

script:
Expand Down

0 comments on commit 7a85cec

Please sign in to comment.