From 46e75a085e6d0197c0a9f5ee6402f41b4026249a Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 14 Jun 2015 00:17:48 +0200 Subject: travis: disable instrumentation for now --- .travis.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4a44fe462..daeae3634 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,14 @@ android: - 'android-sdk-preview-license-52d11cd2' - 'android-sdk-license-.+' - 'google-gdk-license-.+' -before_script: - - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a - - emulator -avd test -no-skin -no-audio -no-window & +# before_script: +# - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a +# - emulator -avd test -no-skin -no-audio -no-window & script: - ./gradlew - ./gradlew testDebug - ./gradlew jacocoTestReport coveralls - - android-wait-for-emulator && adb shell input keyevent 82 & - - ./gradlew connectedAndroidTest + +# don't run instrumentation tests for now +# - android-wait-for-emulator && adb shell input keyevent 82 & +# - ./gradlew connectedAndroidTest -- cgit v1.2.3