From 8b95fe38fea3c7083857b2cc8b6bdb2b899e6e27 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 17 Jan 2014 12:12:31 -0600 Subject: [PATCH] Disable instrument test in travis build --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 529d4b10f..f8864f959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,14 +28,14 @@ before_install: - echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null # Create and start emulator - - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - - emulator -avd test -no-skin -no-audio -no-window & + #- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI + #- emulator -avd test -no-skin -no-audio -no-window & -before_script: - - chmod +x .wait_for_emulator.sh - - ./.wait_for_emulator.sh - - adb shell input keyevent 82 & +#before_script: + #- chmod +x .wait_for_emulator.sh + #- ./.wait_for_emulator.sh + #- adb shell input keyevent 82 & script: - - ./gradlew test --stacktrace --info - - ./gradlew :astrid:connectedInstrumentTest --stacktrace --info + - ./gradlew test + #- ./gradlew :astrid:connectedInstrumentTest --stacktrace --info