Skip to content

Commit

Permalink
Travis CI: workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
serso committed Nov 2, 2013
1 parent 56ca33b commit 9e5b7e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis_install_android.sh
@@ -1,5 +1,5 @@
#!/usr/bin/expect -f
spawn android update sdk --filter tools,platform-tools,build-tools-19.0.0,extra-android-support,android-17,sysimg-17,addon-google_apis-google-17,android-19,sysimg-19,addon-google_apis-google-19,addon-google_apis-google-19,extra-google-play_billing,extra-google-m2repository,extra-google-analytics_sdk_v2,extra-google-gcm,extra-google-google_play_services,extra-google-play_apk_expansion,extra-android-m2repository --no-ui --force --obsolete --all
spawn android update sdk --filter tools,platform-tools,build-tools-19.0.0,extra-android-support,android-17,sysimg-17,addon-google_apis-google-17,android-19,sysimg-19,addon-google_apis-google-19,addon-google_apis-google-19,extra-google-play_billing,extra-google-m2repository,extra-google-analytics_sdk_v2,extra-google-gcm,extra-google-google_play_services,extra-google-play_apk_expansion,extra-android-m2repository --no-ui --force --all
expect "Do you accept the license *:"
send -- "y\r"
expect "Do you accept the license *:"
Expand All @@ -16,9 +16,7 @@ expect "Do you accept the license *:"
send -- "y\r"
interact

spawn android update sdk --filter extra-google-admob_ads_sdk,extra-google-play_licensing --no-ui --force --obsolete --all
expect "Do you accept the license *:"
send -- "y\r"
spawn android update sdk --filter extra-google-admob_ads_sdk,extra-google-play_licensing --no-ui --force --all
expect "Do you accept the license *:"
send -- "y\r"
interact

0 comments on commit 9e5b7e6

Please sign in to comment.