Skip to content

Commit 25483b4

Browse files
Running only single emulator for now
1 parent 886f50b commit 25483b4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ android:
1313
- sys-img-armeabi-v7a-android-16
1414
- sys-img-x86-android-16
1515
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 &
16+
- echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
17+
- emulator -avd testx86 -no-skin -no-audio -no-window -gpu on &
2018

2119
before_script:
2220
# Make sure the emulator has started before running tests

0 commit comments

Comments
 (0)