Skip to content

Commit 1ccf4a8

Browse files
turned gpu on for arm emulator
1 parent 52c3136 commit 1ccf4a8

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
@@ -15,7 +15,7 @@ android:
1515
before_install:
1616
- echo no | android create avd -c 50M --force -n testarm -t android-16 --abi armeabi-v7a
1717
- echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
18-
- emulator -avd testarm -no-skin -no-audio -no-window &
18+
- emulator -avd testarm -no-skin -no-audio -no-window -gpu on &
1919
- emulator -avd testx86 -no-skin -no-audio -no-window -gpu on &
2020

2121
before_script:

0 commit comments

Comments
 (0)