Skip to content

Commit 52d169d

Browse files
authored
Update .travis.yml
1 parent c113d53 commit 52d169d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ jdk:
1212
- oraclejdk8
1313
before_install:
1414
- echo "sdk.dir=$ANDROID_HOME" > local.properties
15+
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
16+
- emulator -avd test -no-skin -no-audio -no-window &
17+
- android-wait-for-emulator
18+
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)