diff --git a/.travis.yml b/.travis.yml index 2f603b4..a23de58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file