Skip to content

Commit

Permalink
Forgot to add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Oct 23, 2016
1 parent fe7f013 commit 204f753
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 @@ -3,7 +3,7 @@ env:
- ANDROID_API_LEVEL=24
- ANDROID_BUILD_TOOLS_VERSION=24.0.3
- ANDROID_ABI=armeabi-v7a
- ANDROID_TAG=google_apis
- ANDROID_TAG=patches-emulator-tag
language: android
jdk:
- oraclejdk8
Expand All @@ -25,7 +25,7 @@ script:
- ./gradlew clean jacocoDebugTestReport

before_script:
- echo no | android create avd --force -n test -t android-$ANDROID_API_LEVEL --abi $ANDROID_ABI
- echo no | android create avd --force -n test -t android-$ANDROID_API_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &

0 comments on commit 204f753

Please sign in to comment.