aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-06-14 00:17:48 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-06-14 00:17:48 +0200
commit3f224141f6306dde97bd69121869b229e260cc87 (patch)
tree3fe3bdcb5adfd49dce97b864ac5c69c90740c7ae
parent681036da5b8af5abc4c951ae1ced276c3cd3afe6 (diff)
downloadopen-keychain-3f224141f6306dde97bd69121869b229e260cc87.tar.gz
open-keychain-3f224141f6306dde97bd69121869b229e260cc87.tar.bz2
open-keychain-3f224141f6306dde97bd69121869b229e260cc87.zip
travis: disable instrumentation for now
-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