Skip to content

Commit f1c5008

Browse files
committed
travis
1 parent 5525263 commit f1c5008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_install:
2929
- android list target
3030
- echo "TRAVIS is $TRAVIS"
3131
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
32-
- emulator -writable-system -avd test -no-audio -no-window &
32+
- emulator -writable-system -avd test -no-audio -no-window -gpu host &
3333
- android-wait-for-emulator
3434
- adb shell input keyevent 82 &
3535
- adb root

0 commit comments

Comments
 (0)