travis: random testing

This commit is contained in:
Vincent Breitmoser 2015-06-13 23:17:39 +02:00
parent d599825046
commit fb87f2ed2a
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ android:
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 &
- android-wait-for-emulator
script:
- ./gradlew compileDebug
- ./gradlew
- ./gradlew testDebug
- ./gradlew jacocoTestReport coveralls
- android-wait-for-emulator && adb shell input keyevent 82 &
- ./gradlew connectedAndroidTest