Skip to content

Commit

Permalink
get more info about travis-ci environment for installing sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
leviwilson committed Aug 11, 2012
1 parent cba1313 commit 73adf73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,8 @@ before_install:
- wget http://dl.google.com/android/android-sdk_r18-linux.tgz
- export ANDROID_HOME=~/builds/leandog/gametel/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- pwd
- ls -lart
- android update sdk --filter 1,2 --no-ui --force
- android update sdk --filter 5,10,29,33 --no-ui --force
- android list targets
Expand Down

0 comments on commit 73adf73

Please sign in to comment.