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 886f50b commit 25483b4Copy full SHA for 25483b4
.travis.yml
@@ -13,10 +13,8 @@ android:
13
- sys-img-armeabi-v7a-android-16
14
- sys-img-x86-android-16
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 textx86 -t android-16 --abi x86
18
- - emulator -avd testarm -no-skin -no-audio -no-window &
19
- - emulator -avd testx86 -no-skin -no-audio -no-window &
+ - echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
+ - emulator -avd testx86 -no-skin -no-audio -no-window -gpu on &
20
21
before_script:
22
# Make sure the emulator has started before running tests
0 commit comments