We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccf4a8 commit 59c66deCopy full SHA for 59c66de
1 file changed
.travis.yml
@@ -10,17 +10,14 @@ android:
10
# The SDK version used to compile your project
11
- android-16
12
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 testx86 -t android-16 --abi x86
18
- - emulator -avd testarm -no-skin -no-audio -no-window -gpu on &
19
- 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
23
- - android-wait-for-emulator
+ - adb wait-for-device
24
25
script:
26
- - ./gradlew --info build connectedAndroidTest
+ - ./gradlew build connectedAndroidTest
0 commit comments