Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Jun 4, 2015
1 parent 02f56bf commit c25ce63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ jdk: oraclejdk7
android:
components:
- build-tools-22.0.1
- android-21
- android-22

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-22.0.1
- echo yes | android update sdk --no-ui --all --filter android-22

script:
- ./gradlew clean test

0 comments on commit c25ce63

Please sign in to comment.