Skip to content

Commit

Permalink
Fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Jan 27, 2018
1 parent 3c616b0 commit 23cb335
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -5,12 +5,17 @@ jdk: oraclejdk8

android:
components:
- build-tools-22.0.1
- tools
- platform-tools
- tools
- build-tools-27.0.3
- android-16
- android-19
- sys-img-armeabi-v7a-android-19

before_script:
- echo no | android create avd --force -n test -c 100M -t android-16 --abi armeabi-v7a
- echo no | android create avd --force -n test -c 100M -t android-19 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
- android list targets

0 comments on commit 23cb335

Please sign in to comment.