Skip to content

Commit

Permalink
Potential fix for travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Oct 29, 2016
1 parent 2a0f5f8 commit f7ec203
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ before_script:
- echo no | android create avd --force -n test -t "android-"$ANDROID_API_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG
- emulator -avd test -no-skin -no-window &
- android-wait-for-emulator
- adb wait-for-device
- ./gradlew connectedCheck
- adb shell input keyevent 82 &

script:
- ./gradlew clean jacocoDebugTestReport --debug --stacktrace
- travis_wait 20 ./gradlew clean jacocoDebugTestReport --debug --stacktrace

0 comments on commit f7ec203

Please sign in to comment.