Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
travis: android tools is included by default
Browse files Browse the repository at this point in the history
  • Loading branch information
richq committed Jan 5, 2013
1 parent bbd65fc commit ac640de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,6 +5,6 @@ before_install:
- tar -xf sdk.tar.gz
- tar -xf ndk.tar.bz2
- export ANDROID_HOME=$(pwd)/android-sdk-linux
- $ANDROID_HOME/tools/android update sdk --filter platform-tools,tools,android-8 --no-ui --force
- $ANDROID_HOME/tools/android update sdk --filter platform-tools,android-8 --no-ui --force
install: ./prepare-android-build.sh $ANDROID_HOME
script: ant debug

0 comments on commit ac640de

Please sign in to comment.