Skip to content

Commit 52c3136

Browse files
Using two emulators for testing
1 parent 25483b4 commit 52c3136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ 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
1617
- 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 &
1719
- emulator -avd testx86 -no-skin -no-audio -no-window -gpu on &
1820

1921
before_script:

0 commit comments

Comments
 (0)