mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 09:12:16 -05:00
travis: disable instrumentation for now
This commit is contained in:
parent
681036da5b
commit
3f224141f6
12
.travis.yml
12
.travis.yml
@ -16,12 +16,14 @@ android:
|
|||||||
- 'android-sdk-preview-license-52d11cd2'
|
- 'android-sdk-preview-license-52d11cd2'
|
||||||
- 'android-sdk-license-.+'
|
- 'android-sdk-license-.+'
|
||||||
- 'google-gdk-license-.+'
|
- 'google-gdk-license-.+'
|
||||||
before_script:
|
# before_script:
|
||||||
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
|
# - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
|
||||||
- emulator -avd test -no-skin -no-audio -no-window &
|
# - emulator -avd test -no-skin -no-audio -no-window &
|
||||||
script:
|
script:
|
||||||
- ./gradlew
|
- ./gradlew
|
||||||
- ./gradlew testDebug
|
- ./gradlew testDebug
|
||||||
- ./gradlew jacocoTestReport coveralls
|
- ./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
|
||||||
|
Loading…
Reference in New Issue
Block a user