Skip to content

Commit 59c66de

Browse files
default testing on x86 devices only
1 parent 1ccf4a8 commit 59c66de

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,14 @@ android:
1010
# The SDK version used to compile your project
1111
- android-16
1212

13-
- sys-img-armeabi-v7a-android-16
1413
- sys-img-x86-android-16
1514
before_install:
16-
- echo no | android create avd -c 50M --force -n testarm -t android-16 --abi armeabi-v7a
1715
- 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 -gpu on &
1916
- emulator -avd testx86 -no-skin -no-audio -no-window -gpu on &
2017

2118
before_script:
2219
# Make sure the emulator has started before running tests
23-
- android-wait-for-emulator
20+
- adb wait-for-device
2421

2522
script:
26-
- ./gradlew --info build connectedAndroidTest
23+
- ./gradlew build connectedAndroidTest

0 commit comments

Comments
 (0)