We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c3136 commit 1ccf4a8Copy full SHA for 1ccf4a8
.travis.yml
@@ -15,7 +15,7 @@ android:
15
before_install:
16
- echo no | android create avd -c 50M --force -n testarm -t android-16 --abi armeabi-v7a
17
- 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 &
+ - emulator -avd testarm -no-skin -no-audio -no-window -gpu on &
19
- emulator -avd testx86 -no-skin -no-audio -no-window -gpu on &
20
21
before_script:
0 commit comments