Skip to content

Commit

Permalink
screenshots test #39
Browse files Browse the repository at this point in the history
  • Loading branch information
UriahShaulMandel committed Aug 13, 2019
1 parent 618c6f0 commit 96d5180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_script:
- mkdir -p /home/travis/sdcard/
- mksdcard -l baldphonesdcard 128M /home/travis/sdcard/sdcard.img
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a --skin 1080x1920
- emulator -avd test -no-audio -dpi-device 480 -skin pixel_silver -no-window -camera-back none -camera-front none -no-boot-anim -sdcard /home/travis/sdcard/sdcard.img -no-snapshot-save &
- emulator -avd test -no-audio -dpi-device 480 -no-window -camera-back none -camera-front none -no-boot-anim -sdcard /home/travis/sdcard/sdcard.img -no-snapshot-save &
- android-wait-for-emulator
- adb shell settings put global window_animation_scale 0 &
- adb shell settings put global transition_animation_scale 0 &
Expand Down

0 comments on commit 96d5180

Please sign in to comment.