aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-06-14 00:17:48 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-06-17 18:52:06 +0200
commit46e75a085e6d0197c0a9f5ee6402f41b4026249a (patch)
tree0e48c4c769deeebc720281cf1b7a4dd6d9ea0405 /.travis.yml
parentfb87f2ed2a6ffa80a5b4a967a2ba29a8196320df (diff)
downloadopen-keychain-46e75a085e6d0197c0a9f5ee6402f41b4026249a.tar.gz
open-keychain-46e75a085e6d0197c0a9f5ee6402f41b4026249a.tar.bz2
open-keychain-46e75a085e6d0197c0a9f5ee6402f41b4026249a.zip
travis: disable instrumentation for now
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 7 insertions, 5 deletions
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