Skip to content

Commit f99f098

Browse files
updated travis file
1 parent 434d8db commit f99f098

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ android:
1212

1313
- sys-img-armeabi-v7a-android-16
1414
- sys-img-x86-android-16
15+
before_install:
16+
- echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a
17+
- emulator -avd test -no-skin -no-audio -no-window &
18+
- android-wait-for-emulator
19+
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)