Skip to content

Commit

Permalink
Fixing travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitsing committed Sep 10, 2017
1 parent 034606e commit c422a9c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: android
dist: trusty

group: edge

sudo: false

Expand All @@ -11,17 +14,19 @@ android:
- tools
- platform-tools
- build-tools-25.0.2
- android-26
- android-25
- sys-img-armeabi-v7a-android-21
- sys-img-arm64-v8a-google_apis-25
- extra-android-m2repository

jdk:
- oraclejdk8

before_script:
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
- android list targets
- echo no | android create avd --force -n test -t android-25 --abi google_apis/arm64-v8a
- mksdcard -l e 756M sdcard.img
- emulator -avd test -no-skin -no-audio -no-window -sdcard sdcard.img &
- emulator -avd test -no-window -sdcard sdcard.img &
- android-wait-for-emulator
- adb shell settings put global window_animation_scale 0
- adb shell settings put global transition_animation_scale 0
Expand Down

0 comments on commit c422a9c

Please sign in to comment.