Skip to content

Commit

Permalink
Removed emulator config that came accidentally when cherry picking th…
Browse files Browse the repository at this point in the history
…e last commit.
  • Loading branch information
tasomaniac committed Jan 26, 2016
1 parent 1c19582 commit 41c8341
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Expand Up @@ -22,16 +22,6 @@ before_install:
- if [ -n "$GPG_PASS" ]; then echo $GPG_PASS | gpg --passphrase-fd 0 settings/release.keystore.gpg; fi
- if [ -z "$GPG_PASS"]; then touch local.properties; fi

before_script:
- echo no | android create avd --force -n test -t "Google Inc.:Google APIs:"$ANDROID_API_LEVEL --abi google_apis/armeabi-v7a --skin WXGA720
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- sleep 10
- 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 &

after_success:
- if [ -n "$GITHUB_API_KEY" ]; then .buildscript/deploy_alpha.sh; fi

Expand Down

0 comments on commit 41c8341

Please sign in to comment.