We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df81ee commit 886f50bCopy full SHA for 886f50b
.travis.yml
@@ -17,8 +17,10 @@ before_install:
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 &
20
- - android-wait-for-emulator
21
- - adb shell input keyevent 82 &
+
+before_script:
22
+ # Make sure the emulator has started before running tests
23
+ - android-wait-for-emulator
24
25
script:
- - ./gradlew build
26
+ - ./gradlew --info build connectedAndroidTest
0 commit comments