Skip to content

Commit

Permalink
Add some Android emulator settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Dubiel authored and Cierpliwy committed Apr 19, 2019
1 parent e6d0bc2 commit 47c5e6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ _android_job_template: &android_job_template
# before_script will make project
script:
- integration-tests/scripts/wait-for-emulator
- adb shell settings put global window_animation_scale 0 &
- adb shell settings put global transition_animation_scale 0 &
- adb shell settings put global animator_duration_scale 0 &
- adb shell input keyevent 82 &
- cd integration-tests/Setup
- node_modules/.bin/flow check
- cd android
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/scripts/make-project
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pushd $DESTINATION
scripts/enable-swift $PROJECT_NAME
add-test-suite

if [ $TRAVIS_OS_NAME == "osx" ]; then
if [ "system-$TRAVIS_OS_NAME" == "system-osx" ]; then
add-earl-grey
else
add-espresso
Expand Down

0 comments on commit 47c5e6a

Please sign in to comment.