Disable emulator in travis build

pull/73/head
Alex Baker 11 years ago
parent 49d99258df
commit 0e085391b7

@ -30,13 +30,13 @@ before_install:
- echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null - echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null
# Create and start emulator # Create and start emulator
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI # - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window & # - emulator -avd test -no-skin -no-audio -no-window &
before_script: before_script:
- chmod +x .wait_for_emulator.sh # - chmod +x .wait_for_emulator.sh
- ./.wait_for_emulator.sh # - ./.wait_for_emulator.sh
- adb shell input keyevent 82 & # - adb shell input keyevent 82 &
script: script:
- ./gradlew test --stacktrace --info - ./gradlew test --stacktrace --info

Loading…
Cancel
Save