From ae499803fbd93058d0c529d52a57f28eb3132647 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 14 Jun 2015 00:28:11 -0400 Subject: [PATCH] New android SDK for unit/int testing is causing issues So go to only unit tests. --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68f4def..ba25ddd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ android: - platform-tools - tools - android-22 - - sys-img-armeabi-v7a-android-22 before_install: # -in is a switch to openssl @@ -19,11 +18,8 @@ before_install: # We have to make sure the actual JSword is updated - git submodule update --init --recursive -before_script: - - echo no | android create avd --force -n test -t android-22 --abi default/armeabi-v7a - - emulator -avd test -no-skin -no-audio -no-window & - - android-wait-for-emulator - - adb shell input keyevent 82 & +script: + - ./gradlew test after_success: - ./gradlew jacocoTestReport coveralls