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 d28a63e commit fd176d0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
@@ -1,24 +1,27 @@
language: android
jdk: oraclejdk8

android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-23
- android-26
- android-22
- extra-android-m2repository
- sys-img-x86-android-23
- 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-23 --abi x86
- 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 fd176d0

Please sign in to comment.