Skip to content

Commit 86e6905

Browse files
Updated travis config
1 parent 59c66de commit 86e6905

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ before_install:
1717

1818
before_script:
1919
# Make sure the emulator has started before running tests
20-
- adb wait-for-device
20+
- android-wait-for-emulator
21+
- adb shell input keyevent 82 &
2122

2223
script:
2324
- ./gradlew build connectedAndroidTest

0 commit comments

Comments
 (0)