travis: disable instrumentation for now

This commit is contained in:
Vincent Breitmoser 2015-06-14 00:17:48 +02:00
parent fb87f2ed2a
commit 46e75a085e
1 changed files with 7 additions and 5 deletions

View File

@ -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