Skip to content

Commit

Permalink
updated Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed May 20, 2014
1 parent 3b39d20 commit 1bcdcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
- echo "sdk.dir=$ANDROID_HOME" > local.properties
# list packages for debug purpose
- android list sdk -a -e -u
- echo yes | android update sdk -t tools,platform-tools,extra-android-support,extra-android-m2repository,android-19,build-tools-19.1 --force --no-ui
- echo yes | android update sdk -t 1,2,3,tools,platform-tools,extra-android-support,extra-android-m2repository,android-19,build-tools-19.1.0 --force --no-ui
# Sonatype bypass
- echo "nexusUsername=dummy" >> library/gradle.properties
- echo "nexusPassword=dummy" >> library/gradle.properties
Expand Down

0 comments on commit 1bcdcaf

Please sign in to comment.