Skip to content

Commit 6df81ee

Browse files
Updated travis.yml
1 parent 5cd90f0 commit 6df81ee

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ 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 test -t android-16 --abi armeabi-v7a
17-
- emulator -avd test -no-skin -no-audio -no-window &
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 &
1820
- android-wait-for-emulator
1921
- adb shell input keyevent 82 &
22+
23+
script:
24+
- ./gradlew build

0 commit comments

Comments
 (0)