Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit b712cd2

Browse files
committed
getting the latest version of platform tools.
1 parent 3ff368a commit b712cd2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
language: android
22
android:
33
components:
4+
- platform-tools
5+
- tools
6+
47
- build-tools-23.0.2
58
- android-23
69

710
- extra-google-m2repository
811
- extra-android-m2repository
912
- addon-google_apis-google-19
10-
- sys-img-armeabi-v7a-android-21
13+
- sys-img-armeabi-v7a-android-22
1114

1215

1316
env:
@@ -17,7 +20,7 @@ env:
1720

1821
# Emulator Management: Create, Start and Wait
1922
before_script:
20-
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
23+
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
2124
- emulator -avd test -no-skin -no-audio -no-window &
2225
- android-wait-for-emulator
2326
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)