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

Commit 36b063d

Browse files
committed
up'ed to version 22 and armv7
1 parent 46b9b55 commit 36b063d

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

.travis.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
language: android
22
android:
33
components:
4-
# Uncomment the lines below if you want to
5-
# use the latest revision of Android SDK Tools
6-
- platform-tools
7-
- tools
8-
9-
# The BuildTools version used by your project
104
- build-tools-23.0.2
11-
12-
# The SDK version used to compile your project
135
- android-23
146

15-
# Additional components
16-
- extra-google-google_play_services
177
- extra-google-m2repository
188
- extra-android-m2repository
199
- addon-google_apis-google-19
20-
21-
# Specify at least one system image,
22-
# if you need to run emulator(s) during your tests
23-
# - sys-img-armeabi-v7a-android-19
24-
- sys-img-x86-android-21
10+
- sys-img-armeabi-v7a-android-22
2511

2612

2713
env:
@@ -31,7 +17,7 @@ env:
3117

3218
# Emulator Management: Create, Start and Wait
3319
before_script:
34-
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
20+
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
3521
- emulator -avd test -no-skin -no-audio -no-window &
3622
- android-wait-for-emulator
3723
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)