We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c836c6 commit 76eedb2Copy full SHA for 76eedb2
.travis.yml
@@ -29,6 +29,8 @@ before_install:
29
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
30
# manually set sdk.dir variable, according to local paths
31
- echo "sdk.dir=$ANDROID_HOME" > local.properties
32
+ # list packages for debug purpose
33
+ - android list sdk -a -e -u
34
- echo yes | android update sdk -t tools,platform-tools,extra-android-support,extra-android-m2repository,android-19,build-tools-19.0.0 --force --no-ui
35
# Sonatype bypass
36
- echo "nexusUsername=dummy" >> library/gradle.properties
0 commit comments