Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos authored Jun 14, 2016
1 parent 60c575e commit 52f9974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jdk: oraclejdk7

android:
components:
- build-tools-23.0.2
- build-tools-23.0.3
- 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.2
- echo yes | android update sdk --no-ui --all --filter build-tools-23.0.3
- echo yes | android update sdk --no-ui --all --filter android-23

script:
Expand Down

0 comments on commit 52f9974

Please sign in to comment.