Skip to content

Commit ecd27a8

Browse files
committed
try to remove --no-skin, because espresso sometimes stops
travis-ci/travis-ci#6340 (comment)
1 parent c86f4f7 commit ecd27a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_script:
2121
- cp gradle.properties.ci.example gradle.properties
2222
# Emulator Management: Create, Start and Wait
2323
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
24-
- emulator -avd test -no-skin -no-audio -no-window &
24+
- emulator -avd test -no-audio -no-window &
2525
- android-wait-for-emulator
2626
- adb shell input keyevent 82 &
2727

0 commit comments

Comments
 (0)