Skip to content

Commit

Permalink
Wait for emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Oct 23, 2016
1 parent acc2615 commit eb6e5e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ android:
- build-tools-24.0.3
- android-24
- extra-android-m2repository
- sys-img-armeabi-v7a-android-24

before_install:
- export JAVA8_HOME=/usr/lib/jvm/java-8-oracle
- export JAVA_HOME=$JAVA8_HOME

script:
- ./gradlew clean jacocoDebugTestReport
- ./gradlew clean jacocoDebugTestReport

before_script:
- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &

0 comments on commit eb6e5e9

Please sign in to comment.