Skip to content

Commit

Permalink
Update travis emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiezane committed Sep 13, 2017
1 parent 0cd5003 commit b3b195b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ android:
components:
- tools
- platform-tools
- build-tools-24.0.2
- build-tools-26.0.1
- extra-android-m2repository
- android-24
- android-22
- sys-img-armeabi-v7a-android-22

jdk:
- oraclejdk8

before_script:
# Create and start an emulator for instrumentation tests.
- echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82
- adb shell input keyevent 82 &

notifications:
email: false
Expand Down

0 comments on commit b3b195b

Please sign in to comment.