Using some more instructions from Travis Issue #2848

This commit is contained in:
Bradlee Speice 2014-11-24 00:36:28 -05:00
parent 3c37e37579
commit c45754b146

View File

@ -4,11 +4,14 @@ android:
components: components:
- tools - tools
- platform-tools - platform-tools
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository
- build-tools-21.1.1 - build-tools-21.1.1
- android-21 - android-21
- extra-android-support
- extra-android-m2repository before_script:
- extra-google-m2repository - ./android update sdk -u -t 1,2,3
script: script:
- ./gradlew test - ./gradlew test