Skip to content

Commit

Permalink
fix on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ppamorim committed May 12, 2015
1 parent 7dc22f9 commit 482b160
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
language: android

before_install:
- echo yes | android update sdk --filter extra-android-support --no-ui --force > /dev/null
- echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null

android:
components:
- build-tools-22.0.0
- build-tools-22.0.1
- android-22
- extra-android-m2repository

licenses:
- android-sdk-license-.+

script:
./gradlew checkstyle build

0 comments on commit 482b160

Please sign in to comment.