aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-06-17 05:29:00 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-06-17 18:53:49 +0200
commit9a82b33d1601a84cecf6fb88bd24e718dae44c18 (patch)
tree7357268d2921bacba7f728bbc390159e22b47bde /.travis.yml
parente3ed2c8e7224ae8efd1f4a1ff520ed3965af840c (diff)
downloadopen-keychain-9a82b33d1601a84cecf6fb88bd24e718dae44c18.tar.gz
open-keychain-9a82b33d1601a84cecf6fb88bd24e718dae44c18.tar.bz2
open-keychain-9a82b33d1601a84cecf6fb88bd24e718dae44c18.zip
disable instrumentation tests in travis, it's just too slow
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 13 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 1e7b8dbe0..e4433144b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,12 @@
language: android
jdk: openjdk7
+# container based build, we don't need root anyways
sudo: false
-env:
- global:
- - ANDROID_API_LEVEL=21
- - ANDROID_ABI=armeabi-v7a
- - ADB_INSTALL_TIMEOUT=8 # minutes (2 minutes by default)
+# env:
+ # global:
+ # - ANDROID_API_LEVEL=21
+ # - ANDROID_ABI=armeabi-v7a
+ # - ADB_INSTALL_TIMEOUT=8 # minutes (2 minutes by default)
android:
components:
- build-tools-22.0.1
@@ -23,12 +24,13 @@ android:
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
-before_script:
- - echo no | android create avd --force -n test -t android-$ANDROID_API_LEVEL --abi $ANDROID_ABI
- - emulator -avd test -no-skin -no-audio -no-window &
- - ./tools/android-wait-for-emulator
- - adb shell input keyevent 82 &
+# doesn't work, travis is just too slow
+# before_script:
+# - echo no | android create avd --force -n test -t android-$ANDROID_API_LEVEL --abi $ANDROID_ABI
+# - emulator -avd test -no-skin -no-audio -no-window &
+# - ./tools/android-wait-for-emulator
+# - adb shell input keyevent 82 &
script:
- - ./gradlew connectedAndroidTest
+ # - ./gradlew connectedAndroidTest
- ./gradlew testDebug jacocoTestReport coveralls