Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33a0526

Browse files
committed
Upgrade Android on travis
1 parent 48eb8ca commit 33a0526

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ matrix:
1515
- sudo apt-get update -qq
1616
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch > /dev/null; fi
1717
- sudo apt-get install -qq --force-yes expect > /dev/null
18-
- wget http://dl.google.com/android/android-sdk_r22.6.2-linux.tgz
19-
- tar xzf android-sdk_r22.6.2-linux.tgz
18+
- wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz
19+
- tar xzf android-sdk_r23.0.2-linux.tgz
2020
- export ANDROID_HOME=$PWD/android-sdk-linux
2121
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
2222

.travis_android_update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env expect
22

33
set timeout 120
4-
spawn android update sdk --filter build-tools-19.0.1,platform-tools,extra-android-support,android-8 --no-ui --force --all
4+
spawn android update sdk --filter build-tools-21.0.0,platform-tools,extra-android-support,android-21 --no-ui --force --all
55
while {1} {
66
expect {
77
eof {break}

0 commit comments

Comments
 (0)