Skip to content

Commit

Permalink
Update Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinMoskala committed Sep 6, 2017
1 parent e7a98e8 commit 72ff723
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Expand Up @@ -5,20 +5,21 @@ android:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- android-26
- android-22
- extra-android-m2repository
- sys-img-armeabi-v7a-android-25
- sys-img-armeabi-v7a-android-22

jdk:
- oraclejdk8

sudo: true

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

env:
Expand Down

0 comments on commit 72ff723

Please sign in to comment.