New android SDK for unit/int testing is causing issues

So go to only unit tests.
This commit is contained in:
Bradlee Speice 2015-06-14 00:28:11 -04:00
parent e8805f822e
commit ae499803fb

View File

@ -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