Skip to content

Commit b5ea3b3

Browse files
committed
Turn off GPU on emulator (Travis build)
1 parent 041fc9f commit b5ea3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ before_script:
2525
- mkdir sdcard
2626
- mksdcard -l gnucash-sdcard 64M sdcard/gnucash-sdcard.img
2727
- 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 &
28+
- emulator -avd test -no-skin -no-audio -no-window -no-boot-anim -sdcard sdcard/gnucash-sdcard.img &
2929
- android-wait-for-emulator
3030
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)