Skip to content

Commit

Permalink
More speed adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent c9db56b commit 8caea61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ android:
- build-tools-$BUILD_TOOLS_VERSION
- android-$EMULATOR_SDK_LEVEL
- android-$TARGET_SDK_LEVEL
- sys-img-$ABI-google_apis-$EMULATOR_SDK_LEVEL
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository

before_script:
- echo no | android create avd --force -n test -t android-$EMULATOR_SDK_LEVEL --abi $ABI --tag $TAG
- emulator -avd test -no-skin -no-audio -no-window -gpu off -no-boot-anim &
- android-update-sdk --components=sys-img-$ABI-google_apis-$EMULATOR_SDK_LEVEL --accept-licenses='android-sdk-license-[0-9a-f]{8}'
- echo no | android create avd --force -n test -t $EMULATOR_SDK_LEVEL --abi $ABI
- emulator -avd test -no-audio -no-window
- android-wait-for-emulator
- adb shell input keyevent 82 &

Expand Down

0 comments on commit 8caea61

Please sign in to comment.