Skip to content

Commit 886f50b

Browse files
Updated travis
1 parent 6df81ee commit 886f50b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ before_install:
1717
- echo no | android create avd -c 50M --force -n textx86 -t android-16 --abi x86
1818
- emulator -avd testarm -no-skin -no-audio -no-window &
1919
- emulator -avd testx86 -no-skin -no-audio -no-window &
20-
- android-wait-for-emulator
21-
- adb shell input keyevent 82 &
20+
21+
before_script:
22+
# Make sure the emulator has started before running tests
23+
- android-wait-for-emulator
2224

2325
script:
24-
- ./gradlew build
26+
- ./gradlew --info build connectedAndroidTest

0 commit comments

Comments
 (0)