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 ff2cd19 commit 618c6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ before_script:
- chmod +x gradlew
- 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 -dpi-device 480
- emulator -avd test -no-audio -skin pixel_silver -no-window -camera-back none -camera-front none -no-boot-anim -sdcard /home/travis/sdcard/sdcard.img -no-snapshot-save &
- 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 &
- 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 618c6f0

Please sign in to comment.