Skip to content

Commit

Permalink
update android project during build
Browse files Browse the repository at this point in the history
  • Loading branch information
leviwilson committed Jan 12, 2014
1 parent d30db06 commit 9c3a405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -20,5 +20,6 @@ before_install:
- echo y | android update sdk --filter ${FLAVORS} --no-ui --force
- echo y | android update sdk --filter ${AVDS} --no-ui --force
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- android update project -p driver
- emulator -avd test -no-skin -no-audio -no-window &
- adb wait-for-device

0 comments on commit 9c3a405

Please sign in to comment.