Skip to content

Commit

Permalink
Update build-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jul 11, 2016
1 parent f120976 commit eeff4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ before_install:
- tar xf android-sdk_r23.0.2-linux.tgz
- export ANDROID_HOME=`pwd`/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter tools,platform-tools,build-tools-24.0.0,android-16,extra-google-m2repository --no-ui --no-https -a
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter tools,platform-tools,build-tools-21.0.1,android-16,extra-google-m2repository --no-ui --no-https -a
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter extra-android-m2repository --no-ui --no-https -a
script:
- mvn clean install

0 comments on commit eeff4f2

Please sign in to comment.