We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041fc9f commit b5ea3b3Copy full SHA for b5ea3b3
1 file changed
.travis.yml
@@ -25,6 +25,6 @@ before_script:
25
- mkdir sdcard
26
- mksdcard -l gnucash-sdcard 64M sdcard/gnucash-sdcard.img
27
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
28
- - emulator -avd test -no-skin -no-audio -no-window -no-boot-anim -gpu on -sdcard sdcard/gnucash-sdcard.img &
+ - emulator -avd test -no-skin -no-audio -no-window -no-boot-anim -sdcard sdcard/gnucash-sdcard.img &
29
- android-wait-for-emulator
30
- adb shell input keyevent 82 &
0 commit comments